public abstract class ClusterDataSet extends Object
| Constructor and Description |
|---|
ClusterDataSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.graylog2.system.stats.ClusterStats |
clusterStats() |
static ClusterDataSet |
create(String version,
long timestamp,
long reportIntervalMs,
long totalMessages,
long globalThroughput,
Map<String,Long> streamThroughput,
org.graylog2.system.stats.ClusterStats clusterStats) |
abstract long |
globalThroughput() |
abstract long |
reportIntervalMs() |
abstract Map<String,Long> |
streamThroughput() |
abstract long |
timestamp() |
abstract long |
totalMessages() |
abstract String |
version() |
public abstract String version()
public abstract long timestamp()
public abstract long reportIntervalMs()
public abstract long totalMessages()
public abstract long globalThroughput()
public abstract org.graylog2.system.stats.ClusterStats clusterStats()
public static ClusterDataSet create(@NotEmpty String version, @Min(value=0L) long timestamp, @Min(value=0L) long reportIntervalMs, @Min(value=0L) long totalMessages, @Min(value=0L) long globalThroughput, @NotNull Map<String,Long> streamThroughput, org.graylog2.system.stats.ClusterStats clusterStats)
Copyright © 2015 Graylog, Inc.. All Rights Reserved.