public abstract class ClusterStats extends Object
| Constructor and Description |
|---|
ClusterStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract AlarmStats |
alarmStats() |
abstract long |
contentPackCount() |
static ClusterStats |
create(ElasticsearchStats elasticsearchStats,
MongoStats mongoStats,
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<Extractor.Type,Long> extractorCountByType,
long contentPackCount,
LdapStats ldapStats,
AlarmStats alarmStats) |
abstract long |
dashboardCount() |
abstract ElasticsearchStats |
elasticsearchStats() |
abstract long |
extractorCount() |
abstract Map<Extractor.Type,Long> |
extractorCountByType() |
abstract long |
globalInputCount() |
abstract long |
inputCount() |
abstract Map<String,Long> |
inputCountByType() |
abstract LdapStats |
ldapStats() |
abstract MongoStats |
mongoStats() |
abstract long |
outputCount() |
abstract Map<String,Long> |
outputCountByType() |
abstract long |
streamCount() |
abstract long |
streamRuleCount() |
abstract Map<String,Long> |
streamRuleCountByStream() |
abstract long |
userCount() |
public abstract ElasticsearchStats elasticsearchStats()
public abstract MongoStats mongoStats()
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 Map<Extractor.Type,Long> extractorCountByType()
public abstract long contentPackCount()
public abstract LdapStats ldapStats()
public abstract AlarmStats alarmStats()
public static ClusterStats create(ElasticsearchStats elasticsearchStats, MongoStats mongoStats, 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<Extractor.Type,Long> extractorCountByType, long contentPackCount, LdapStats ldapStats, AlarmStats alarmStats)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.