OmniSciDB
a575cb28ea
|
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 omnisci.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 3128 of file ttypes.py.
def omnisci.thrift.ttypes.TNodeMemoryInfo.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.TNodeMemoryInfo.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.TNodeMemoryInfo.read | ( | self, | |
iprot | |||
) |
Definition at line 3136 of file ttypes.py.
References com.omnisci.jdbc.Connection_enums.host_name, omnisci.thrift.ttypes.TServerStatus.host_name, omnisci.thrift.ttypes.THardwareInfo.host_name, omnisci.thrift.ttypes.TNodeMemoryInfo.host_name, omnisci.thrift.ttypes.TNodeMemoryInfo.is_allocation_capped, omnisci.thrift.ttypes.TNodeMemoryInfo.max_num_pages, omnisci.thrift.ttypes.TNodeMemoryInfo.node_memory_data, omnisci.thrift.ttypes.TNodeMemoryInfo.num_pages_allocated, File_Namespace::FileMetadata.page_size, and omnisci.thrift.ttypes.TNodeMemoryInfo.page_size.
def omnisci.thrift.ttypes.TNodeMemoryInfo.validate | ( | self | ) |
def omnisci.thrift.ttypes.TNodeMemoryInfo.write | ( | self, | |
oprot | |||
) |
Definition at line 3186 of file ttypes.py.
References com.omnisci.jdbc.Connection_enums.host_name, omnisci.thrift.ttypes.TServerStatus.host_name, omnisci.thrift.ttypes.THardwareInfo.host_name, omnisci.thrift.ttypes.TNodeMemoryInfo.host_name, omnisci.thrift.ttypes.TNodeMemoryInfo.is_allocation_capped, omnisci.thrift.ttypes.TNodeMemoryInfo.max_num_pages, omnisci.thrift.ttypes.TNodeMemoryInfo.node_memory_data, omnisci.thrift.ttypes.TNodeMemoryInfo.num_pages_allocated, File_Namespace::FileMetadata.page_size, and omnisci.thrift.ttypes.TNodeMemoryInfo.page_size.
omnisci.thrift.ttypes.TNodeMemoryInfo.host_name |
Definition at line 3129 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TNodeMemoryInfo.read(), and omnisci.thrift.ttypes.TNodeMemoryInfo.write().
omnisci.thrift.ttypes.TNodeMemoryInfo.is_allocation_capped |
Definition at line 3133 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TNodeMemoryInfo.read(), and omnisci.thrift.ttypes.TNodeMemoryInfo.write().
omnisci.thrift.ttypes.TNodeMemoryInfo.max_num_pages |
Definition at line 3131 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TNodeMemoryInfo.read(), and omnisci.thrift.ttypes.TNodeMemoryInfo.write().
omnisci.thrift.ttypes.TNodeMemoryInfo.node_memory_data |
Definition at line 3134 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TNodeMemoryInfo.read(), and omnisci.thrift.ttypes.TNodeMemoryInfo.write().
omnisci.thrift.ttypes.TNodeMemoryInfo.num_pages_allocated |
Definition at line 3132 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TNodeMemoryInfo.read(), and omnisci.thrift.ttypes.TNodeMemoryInfo.write().
omnisci.thrift.ttypes.TNodeMemoryInfo.page_size |
Definition at line 3130 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TNodeMemoryInfo.read(), omnisci.thrift.ttypes.TTableDetails.read(), omnisci.thrift.ttypes.TNodeMemoryInfo.write(), and omnisci.thrift.ttypes.TTableDetails.write().