OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
num_gpu_hw | |
num_cpu_hw | |
num_gpu_allocated | |
start_gpu | |
host_name | |
gpu_info | |
Private Attributes | |
__dict__ | |
Attributes: - num_gpu_hw - num_cpu_hw - num_gpu_allocated - start_gpu - host_name - gpu_info
def heavydb.thrift.ttypes.THardwareInfo.__init__ | ( | self, | |
num_gpu_hw = None , |
|||
num_cpu_hw = None , |
|||
num_gpu_allocated = None , |
|||
start_gpu = None , |
|||
host_name = None , |
|||
gpu_info = None |
|||
) |
def heavydb.thrift.ttypes.THardwareInfo.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.THardwareInfo.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.THardwareInfo.read | ( | self, | |
iprot | |||
) |
Definition at line 3189 of file ttypes.py.
References heavydb.thrift.ttypes.THardwareInfo.gpu_info, ai.heavy.jdbc.Options.host_name, heavydb.thrift.ttypes.TServerStatus.host_name, heavydb.thrift.ttypes.THardwareInfo.host_name, heavydb.thrift.ttypes.THardwareInfo.num_cpu_hw, heavydb.thrift.ttypes.THardwareInfo.num_gpu_allocated, heavydb.thrift.ttypes.THardwareInfo.num_gpu_hw, and heavydb.thrift.ttypes.THardwareInfo.start_gpu.
def heavydb.thrift.ttypes.THardwareInfo.validate | ( | self | ) |
def heavydb.thrift.ttypes.THardwareInfo.write | ( | self, | |
oprot | |||
) |
Definition at line 3239 of file ttypes.py.
References heavydb.thrift.ttypes.THardwareInfo.gpu_info, ai.heavy.jdbc.Options.host_name, heavydb.thrift.ttypes.TServerStatus.host_name, heavydb.thrift.ttypes.THardwareInfo.host_name, heavydb.thrift.ttypes.THardwareInfo.num_cpu_hw, heavydb.thrift.ttypes.THardwareInfo.num_gpu_allocated, heavydb.thrift.ttypes.THardwareInfo.num_gpu_hw, and heavydb.thrift.ttypes.THardwareInfo.start_gpu.
|
private |
Definition at line 3283 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.THardwareInfo.gpu_info |
Definition at line 3187 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.THardwareInfo.read(), and heavydb.thrift.ttypes.THardwareInfo.write().
heavydb.thrift.ttypes.THardwareInfo.host_name |
Definition at line 3186 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.THardwareInfo.read(), heavydb.thrift.ttypes.TNodeMemoryInfo.read(), heavydb.thrift.ttypes.THardwareInfo.write(), and heavydb.thrift.ttypes.TNodeMemoryInfo.write().
heavydb.thrift.ttypes.THardwareInfo.num_cpu_hw |
Definition at line 3183 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.THardwareInfo.read(), and heavydb.thrift.ttypes.THardwareInfo.write().
heavydb.thrift.ttypes.THardwareInfo.num_gpu_allocated |
Definition at line 3184 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.THardwareInfo.read(), and heavydb.thrift.ttypes.THardwareInfo.write().
heavydb.thrift.ttypes.THardwareInfo.num_gpu_hw |
Definition at line 3182 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.THardwareInfo.read(), and heavydb.thrift.ttypes.THardwareInfo.write().
heavydb.thrift.ttypes.THardwareInfo.start_gpu |
Definition at line 3185 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.THardwareInfo.read(), and heavydb.thrift.ttypes.THardwareInfo.write().