Package org.graylog2.system.stats.mongo
Class HostInfo.System
java.lang.Object
org.graylog2.system.stats.mongo.HostInfo.System
- Enclosing class:
- HostInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intabstract StringcpuArch()static HostInfo.Systemcreate(org.joda.time.DateTime currentTime, String hostname, int cpuAddrSize, long memSizeMB, int numCores, String cpuArch, boolean numaEnabled) abstract org.joda.time.DateTimeabstract Stringhostname()abstract longabstract booleanabstract intnumCores()
-
Constructor Details
-
System
public System()
-
-
Method Details
-
currentTime
public abstract org.joda.time.DateTime currentTime() -
hostname
-
cpuAddrSize
public abstract int cpuAddrSize() -
memSizeMB
public abstract long memSizeMB() -
numCores
public abstract int numCores() -
cpuArch
-
numaEnabled
public abstract boolean numaEnabled() -
create
public static HostInfo.System create(org.joda.time.DateTime currentTime, String hostname, int cpuAddrSize, long memSizeMB, int numCores, String cpuArch, boolean numaEnabled)
-