Package | Description |
---|---|
org.graylog2.system.stats.elasticsearch |
Modifier and Type | Method and Description |
---|---|
static NodesStats |
NodesStats.create(int total,
int masterOnly,
int dataOnly,
int masterData,
int client) |
abstract NodesStats |
ElasticsearchStats.nodesStats() |
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.