| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.dto.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
abstract ClusterHealth |
ElasticsearchClusterStats.clusterHealth() |
static ClusterHealth |
ClusterHealth.create(int numberOfNodes,
int numberOfDataNodes,
int activeShards,
int relocatingShards,
int activePrimaryShards,
int initializingShards,
int unassignedShards,
int pendingTasks) |
static ClusterHealth |
ClusterHealth.fromClusterHealth(org.graylog2.system.stats.elasticsearch.ClusterHealth clusterHealth) |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchClusterStats |
ElasticsearchClusterStats.create(ClusterHealth clusterHealth,
NodesStats nodesStats,
IndicesStats indicesStats) |
Copyright © 2015-2016 Graylog, Inc.. All Rights Reserved.