Constructor and Description |
---|
HostInfo.System() |
Modifier and Type | Method and Description |
---|---|
abstract int |
cpuAddrSize() |
abstract String |
cpuArch() |
static HostInfo.System |
create(org.joda.time.DateTime currentTime,
String hostname,
int cpuAddrSize,
long memSizeMB,
int numCores,
String cpuArch,
boolean numaEnabled) |
abstract org.joda.time.DateTime |
currentTime() |
abstract String |
hostname() |
abstract long |
memSizeMB() |
abstract boolean |
numaEnabled() |
abstract int |
numCores() |
public abstract org.joda.time.DateTime currentTime()
public abstract String hostname()
public abstract int cpuAddrSize()
public abstract long memSizeMB()
public abstract int numCores()
public abstract String cpuArch()
public abstract boolean numaEnabled()
public static HostInfo.System create(org.joda.time.DateTime currentTime, String hostname, int cpuAddrSize, long memSizeMB, int numCores, String cpuArch, boolean numaEnabled)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.