public abstract class ClusterStats extends Object
Constructor and Description |
---|
ClusterStats() |
Modifier and Type | Method and Description |
---|---|
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) |
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 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 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)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.