Uses of Class
ai.heavy.thrift.server.THardwareInfo
-
Packages that use THardwareInfo Package Description ai.heavy.thrift.server -
-
Uses of THardwareInfo in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type THardwareInfo Modifier and Type Field Description List<THardwareInfo>TClusterHardwareInfo. hardware_infoMethods in ai.heavy.thrift.server that return THardwareInfo Modifier and Type Method Description THardwareInfoTHardwareInfo. deepCopy()THardwareInfoTHardwareInfo. setGpu_info(List<TGpuSpecification> gpu_info)THardwareInfoTHardwareInfo. setHost_name(String host_name)THardwareInfoTHardwareInfo. setNum_cpu_hw(short num_cpu_hw)THardwareInfoTHardwareInfo. setNum_gpu_allocated(short num_gpu_allocated)THardwareInfoTHardwareInfo. setNum_gpu_hw(short num_gpu_hw)THardwareInfoTHardwareInfo. setStart_gpu(short start_gpu)Methods in ai.heavy.thrift.server that return types with arguments of type THardwareInfo Modifier and Type Method Description List<THardwareInfo>TClusterHardwareInfo. getHardware_info()Iterator<THardwareInfo>TClusterHardwareInfo. getHardware_infoIterator()Methods in ai.heavy.thrift.server with parameters of type THardwareInfo Modifier and Type Method Description voidTClusterHardwareInfo. addToHardware_info(THardwareInfo elem)intTHardwareInfo. compareTo(THardwareInfo other)booleanTHardwareInfo. equals(THardwareInfo that)Method parameters in ai.heavy.thrift.server with type arguments of type THardwareInfo Modifier and Type Method Description TClusterHardwareInfoTClusterHardwareInfo. setHardware_info(List<THardwareInfo> hardware_info)Constructors in ai.heavy.thrift.server with parameters of type THardwareInfo Constructor Description THardwareInfo(THardwareInfo other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type THardwareInfo Constructor Description TClusterHardwareInfo(List<THardwareInfo> hardware_info)
-