Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.stats | |
org.elasticsearch.action.admin.cluster.stats | |
org.elasticsearch.node.service |
Modifier and Type | Method and Description |
---|---|
protected NodeStats |
TransportNodesStatsAction.newNodeResponse() |
protected NodeStats |
TransportNodesStatsAction.nodeOperation(org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest nodeStatsRequest) |
static NodeStats |
NodeStats.readNodeStats(StreamInput in) |
Constructor and Description |
---|
NodesStatsResponse(ClusterName clusterName,
NodeStats[] nodes) |
Modifier and Type | Method and Description |
---|---|
NodeStats |
ClusterStatsNodeResponse.nodeStats() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterStatsNodes.JvmStats.addNodeInfoStats(NodeInfo nodeInfo,
NodeStats nodeStats) |
void |
ClusterStatsNodes.ProcessStats.addNodeStats(NodeStats nodeStats) |
Constructor and Description |
---|
ClusterStatsNodeResponse(DiscoveryNode node,
ClusterHealthStatus clusterStatus,
NodeInfo nodeInfo,
NodeStats nodeStats,
ShardStats[] shardsStats) |
Modifier and Type | Method and Description |
---|---|
NodeStats |
NodeService.stats() |
NodeStats |
NodeService.stats(CommonStatsFlags indices,
boolean os,
boolean process,
boolean jvm,
boolean threadPool,
boolean network,
boolean fs,
boolean transport,
boolean http,
boolean circuitBreaker) |
Copyright © 2009–2015. All rights reserved.