Class HostInfo.System

java.lang.Object
org.graylog2.system.stats.mongo.HostInfo.System
Enclosing class:
HostInfo

public abstract static class HostInfo.System extends Object
  • Constructor Details

    • System

      public System()
  • Method Details

    • currentTime

      public abstract org.joda.time.DateTime currentTime()
    • hostname

      public abstract String hostname()
    • cpuAddrSize

      public abstract int cpuAddrSize()
    • memSizeMB

      public abstract long memSizeMB()
    • numCores

      public abstract int numCores()
    • cpuArch

      public abstract String 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)