| Package | Description |
|---|---|
| org.graylog2.system.stats.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
static IndicesStats |
IndicesStats.create(int indexCount,
long storeSize,
long fieldDataSize,
long idCacheSize) |
abstract IndicesStats |
ElasticsearchStats.indicesStats() |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchStats |
ElasticsearchStats.create(String clusterName,
org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus status,
ClusterHealth clusterHealth,
NodesStats nodesStats,
IndicesStats indicesStats) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.