public abstract class ClusterStats extends Object
| Constructor and Description |
|---|
ClusterStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract AlarmStats |
alarmStats() |
abstract Set<CollectorInfo> |
collectors() |
abstract long |
contentPackCount() |
static ClusterStats |
create(ElasticsearchClusterStats elasticsearchCluster,
Set<ElasticsearchNodeInfo> elasticsearchNodes,
MongoStats mongo,
Set<CollectorInfo> collectors,
long streamCount,
long streamRuleCount,
Map<String,Long> streamRuleCountByStream,
long userCount,
long outputCount,
Map<String,Long> outputCountByType,
long dashboardCount,
long inputCount,
long globalInputCount,
Map<String,Long> inputCountByType,
long extractorCount,
Map<String,Long> extractorCountByType,
long contentPackCount,
long totalMessages,
Map<String,Long> streamThroughput,
LdapStats ldapStats,
AlarmStats alarmStats) |
abstract long |
dashboardCount() |
abstract ElasticsearchClusterStats |
elasticsearchCluster() |
abstract Set<ElasticsearchNodeInfo> |
elasticsearchNodes() |
abstract long |
extractorCount() |
abstract Map<String,Long> |
extractorCountByType() |
abstract long |
globalInputCount() |
abstract long |
inputCount() |
abstract Map<String,Long> |
inputCountByType() |
abstract LdapStats |
ldapStats() |
abstract MongoStats |
mongo() |
abstract long |
outputCount() |
abstract Map<String,Long> |
outputCountByType() |
abstract long |
streamCount() |
abstract long |
streamRuleCount() |
abstract Map<String,Long> |
streamRuleCountByStream() |
abstract Map<String,Long> |
streamThroughput() |
abstract long |
totalMessages() |
abstract long |
userCount() |
public static ClusterStats create(ElasticsearchClusterStats elasticsearchCluster, Set<ElasticsearchNodeInfo> elasticsearchNodes, MongoStats mongo, Set<CollectorInfo> collectors, long streamCount, long streamRuleCount, Map<String,Long> streamRuleCountByStream, long userCount, long outputCount, Map<String,Long> outputCountByType, long dashboardCount, long inputCount, long globalInputCount, Map<String,Long> inputCountByType, long extractorCount, Map<String,Long> extractorCountByType, long contentPackCount, long totalMessages, Map<String,Long> streamThroughput, LdapStats ldapStats, AlarmStats alarmStats)
public abstract ElasticsearchClusterStats elasticsearchCluster()
public abstract Set<ElasticsearchNodeInfo> elasticsearchNodes()
public abstract MongoStats mongo()
public abstract Set<CollectorInfo> collectors()
public abstract long streamCount()
public abstract long streamRuleCount()
public abstract long userCount()
public abstract long outputCount()
public abstract long dashboardCount()
public abstract long inputCount()
public abstract long globalInputCount()
public abstract long extractorCount()
public abstract long contentPackCount()
public abstract long totalMessages()
public abstract LdapStats ldapStats()
public abstract AlarmStats alarmStats()
Copyright © 2015-2016 Graylog, Inc.. All Rights Reserved.