| Package | Description |
|---|---|
| org.graylog2.system.stats.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
static IndicesStats |
IndicesStats.create(int indexCount,
long storeSize,
long fieldDataSize) |
static IndicesStats |
IndicesStats.create(int indexCount,
long storeSize,
long fieldDataSize,
long idCacheSize)
Deprecated.
|
abstract IndicesStats |
ElasticsearchStats.indicesStats() |
abstract IndicesStats |
ClusterStats.indicesStats() |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchStats |
ElasticsearchStats.create(String clusterName,
String clusterVersion,
HealthStatus status,
ClusterHealth clusterHealth,
NodesStats nodesStats,
IndicesStats indicesStats) |
static ClusterStats |
ClusterStats.create(String clusterName,
String clusterVersion,
NodesStats nodesStats,
IndicesStats indicesStats) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.