OmniSciDB
94e8789169
|
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 omnisci.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 omnisci.thrift.ttypes.THardwareInfo.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.THardwareInfo.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.THardwareInfo.read | ( | self, | |
iprot | |||
) |
Definition at line 2818 of file ttypes.py.
References omnisci.thrift.ttypes.THardwareInfo.gpu_info, com.omnisci.jdbc.Connection_enums.host_name, omnisci.thrift.ttypes.TServerStatus.host_name, omnisci.thrift.ttypes.THardwareInfo.host_name, omnisci.thrift.ttypes.THardwareInfo.num_cpu_hw, omnisci.thrift.ttypes.THardwareInfo.num_gpu_allocated, omnisci.thrift.ttypes.THardwareInfo.num_gpu_hw, and omnisci.thrift.ttypes.THardwareInfo.start_gpu.
def omnisci.thrift.ttypes.THardwareInfo.validate | ( | self | ) |
def omnisci.thrift.ttypes.THardwareInfo.write | ( | self, | |
oprot | |||
) |
Definition at line 2868 of file ttypes.py.
References omnisci.thrift.ttypes.THardwareInfo.gpu_info, com.omnisci.jdbc.Connection_enums.host_name, omnisci.thrift.ttypes.TServerStatus.host_name, omnisci.thrift.ttypes.THardwareInfo.host_name, omnisci.thrift.ttypes.THardwareInfo.num_cpu_hw, omnisci.thrift.ttypes.THardwareInfo.num_gpu_allocated, omnisci.thrift.ttypes.THardwareInfo.num_gpu_hw, and omnisci.thrift.ttypes.THardwareInfo.start_gpu.
omnisci.thrift.ttypes.THardwareInfo.gpu_info |
Definition at line 2816 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.THardwareInfo.read(), and omnisci.thrift.ttypes.THardwareInfo.write().
omnisci.thrift.ttypes.THardwareInfo.host_name |
Definition at line 2815 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.THardwareInfo.read(), omnisci.thrift.ttypes.TNodeMemoryInfo.read(), omnisci.thrift.ttypes.THardwareInfo.write(), and omnisci.thrift.ttypes.TNodeMemoryInfo.write().
omnisci.thrift.ttypes.THardwareInfo.num_cpu_hw |
Definition at line 2812 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.THardwareInfo.read(), and omnisci.thrift.ttypes.THardwareInfo.write().
omnisci.thrift.ttypes.THardwareInfo.num_gpu_allocated |
Definition at line 2813 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.THardwareInfo.read(), and omnisci.thrift.ttypes.THardwareInfo.write().
omnisci.thrift.ttypes.THardwareInfo.num_gpu_hw |
Definition at line 2811 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.THardwareInfo.read(), and omnisci.thrift.ttypes.THardwareInfo.write().
omnisci.thrift.ttypes.THardwareInfo.start_gpu |
Definition at line 2814 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.THardwareInfo.read(), and omnisci.thrift.ttypes.THardwareInfo.write().