| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.dto | |
| org.graylog.plugins.usagestatistics.dto.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
static HostInfo |
HostInfo.create(MacAddress macAddress,
HostInfo.Cpu cpu,
HostInfo.Memory memory,
HostInfo.Memory swap) |
abstract HostInfo |
NodeDataSet.hostInfo() |
| Modifier and Type | Method and Description |
|---|---|
static NodeDataSet |
NodeDataSet.create(String version,
String clusterId,
String nodeId,
long timestamp,
long reportIntervalMs,
NodeInfo nodeInfo,
NodeStats nodeStats,
HostInfo hostInfo,
HostStats hostStats,
JvmInfo jvmInfo) |
| Modifier and Type | Method and Description |
|---|---|
abstract HostInfo |
ElasticsearchNodeInfo.system() |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchNodeInfo |
ElasticsearchNodeInfo.create(String version,
HostInfo hostInfo,
JvmInfo jvmInfo) |
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.