OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
host_name | |
page_size | |
max_num_pages | |
num_pages_allocated | |
is_allocation_capped | |
node_memory_data | |
Private Attributes | |
__dict__ | |
Attributes: - host_name - page_size - max_num_pages - num_pages_allocated - is_allocation_capped - node_memory_data
def heavydb.thrift.ttypes.TNodeMemoryInfo.__init__ | ( | self, | |
host_name = None , |
|||
page_size = None , |
|||
max_num_pages = None , |
|||
num_pages_allocated = None , |
|||
is_allocation_capped = None , |
|||
node_memory_data = None |
|||
) |
Definition at line 3499 of file ttypes.py.
def heavydb.thrift.ttypes.TNodeMemoryInfo.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TNodeMemoryInfo.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TNodeMemoryInfo.read | ( | self, | |
iprot | |||
) |
Definition at line 3507 of file ttypes.py.
References ai.heavy.jdbc.Options.host_name, heavydb.thrift.ttypes.TServerStatus.host_name, heavydb.thrift.ttypes.THardwareInfo.host_name, heavydb.thrift.ttypes.TNodeMemoryInfo.host_name, heavydb.thrift.ttypes.TNodeMemoryInfo.is_allocation_capped, heavydb.thrift.ttypes.TNodeMemoryInfo.max_num_pages, heavydb.thrift.ttypes.TNodeMemoryInfo.node_memory_data, heavydb.thrift.ttypes.TNodeMemoryInfo.num_pages_allocated, File_Namespace::DiskCacheConfig.page_size, File_Namespace::FileMetadata.page_size, and heavydb.thrift.ttypes.TNodeMemoryInfo.page_size.
def heavydb.thrift.ttypes.TNodeMemoryInfo.validate | ( | self | ) |
def heavydb.thrift.ttypes.TNodeMemoryInfo.write | ( | self, | |
oprot | |||
) |
Definition at line 3557 of file ttypes.py.
References ai.heavy.jdbc.Options.host_name, heavydb.thrift.ttypes.TServerStatus.host_name, heavydb.thrift.ttypes.THardwareInfo.host_name, heavydb.thrift.ttypes.TNodeMemoryInfo.host_name, heavydb.thrift.ttypes.TNodeMemoryInfo.is_allocation_capped, heavydb.thrift.ttypes.TNodeMemoryInfo.max_num_pages, heavydb.thrift.ttypes.TNodeMemoryInfo.node_memory_data, heavydb.thrift.ttypes.TNodeMemoryInfo.num_pages_allocated, File_Namespace::DiskCacheConfig.page_size, File_Namespace::FileMetadata.page_size, and heavydb.thrift.ttypes.TNodeMemoryInfo.page_size.
|
private |
Definition at line 3601 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TNodeMemoryInfo.host_name |
Definition at line 3500 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TNodeMemoryInfo.read(), and heavydb.thrift.ttypes.TNodeMemoryInfo.write().
heavydb.thrift.ttypes.TNodeMemoryInfo.is_allocation_capped |
Definition at line 3504 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TNodeMemoryInfo.read(), and heavydb.thrift.ttypes.TNodeMemoryInfo.write().
heavydb.thrift.ttypes.TNodeMemoryInfo.max_num_pages |
Definition at line 3502 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TNodeMemoryInfo.read(), and heavydb.thrift.ttypes.TNodeMemoryInfo.write().
heavydb.thrift.ttypes.TNodeMemoryInfo.node_memory_data |
Definition at line 3505 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TNodeMemoryInfo.read(), and heavydb.thrift.ttypes.TNodeMemoryInfo.write().
heavydb.thrift.ttypes.TNodeMemoryInfo.num_pages_allocated |
Definition at line 3503 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TNodeMemoryInfo.read(), and heavydb.thrift.ttypes.TNodeMemoryInfo.write().
heavydb.thrift.ttypes.TNodeMemoryInfo.page_size |
Definition at line 3501 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TNodeMemoryInfo.read(), heavydb.thrift.ttypes.TTableDetails.read(), heavydb.thrift.ttypes.TNodeMemoryInfo.write(), and heavydb.thrift.ttypes.TTableDetails.write().