Uses of Class
ai.heavy.thrift.server.TMemoryData
-
Packages that use TMemoryData Package Description ai.heavy.thrift.server -
-
Uses of TMemoryData in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TMemoryData Modifier and Type Field Description List<TMemoryData>TNodeMemoryInfo. node_memory_dataMethods in ai.heavy.thrift.server that return TMemoryData Modifier and Type Method Description TMemoryDataTMemoryData. deepCopy()TMemoryDataTMemoryData. setBuffer_epoch(int buffer_epoch)TMemoryDataTMemoryData. setChunk_key(List<Long> chunk_key)TMemoryDataTMemoryData. setIs_free(boolean is_free)TMemoryDataTMemoryData. setNum_pages(long num_pages)TMemoryDataTMemoryData. setSlab(long slab)TMemoryDataTMemoryData. setStart_page(int start_page)TMemoryDataTMemoryData. setTouch(int touch)Methods in ai.heavy.thrift.server that return types with arguments of type TMemoryData Modifier and Type Method Description List<TMemoryData>TNodeMemoryInfo. getNode_memory_data()Iterator<TMemoryData>TNodeMemoryInfo. getNode_memory_dataIterator()Methods in ai.heavy.thrift.server with parameters of type TMemoryData Modifier and Type Method Description voidTNodeMemoryInfo. addToNode_memory_data(TMemoryData elem)intTMemoryData. compareTo(TMemoryData other)booleanTMemoryData. equals(TMemoryData that)Method parameters in ai.heavy.thrift.server with type arguments of type TMemoryData Modifier and Type Method Description TNodeMemoryInfoTNodeMemoryInfo. setNode_memory_data(List<TMemoryData> node_memory_data)Constructors in ai.heavy.thrift.server with parameters of type TMemoryData Constructor Description TMemoryData(TMemoryData other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TMemoryData Constructor Description TNodeMemoryInfo(String host_name, long page_size, long max_num_pages, long num_pages_allocated, boolean is_allocation_capped, List<TMemoryData> node_memory_data)
-