| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.info | |
| org.elasticsearch.action.admin.cluster.stats | |
| org.elasticsearch.node.service |
| Modifier and Type | Method and Description |
|---|---|
protected NodeInfo |
TransportNodesInfoAction.newNodeResponse() |
protected NodeInfo |
TransportNodesInfoAction.nodeOperation(TransportNodesInfoAction.NodeInfoRequest nodeRequest) |
static NodeInfo |
NodeInfo.readNodeInfo(StreamInput in) |
| Constructor and Description |
|---|
NodesInfoResponse(ClusterName clusterName,
NodeInfo[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
ClusterStatsNodeResponse.nodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStatsNodes.Counts.addNodeInfo(NodeInfo nodeInfo) |
void |
ClusterStatsNodes.OsStats.addNodeInfoStats(NodeInfo nodeInfo,
NodeStats nodeStats) |
void |
ClusterStatsNodes.JvmStats.addNodeInfoStats(NodeInfo nodeInfo,
NodeStats nodeStats) |
| Constructor and Description |
|---|
ClusterStatsNodeResponse(DiscoveryNode node,
ClusterHealthStatus clusterStatus,
NodeInfo nodeInfo,
NodeStats nodeStats,
ShardStats[] shardsStats) |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
NodeService.info() |
NodeInfo |
NodeService.info(boolean settings,
boolean os,
boolean process,
boolean jvm,
boolean threadPool,
boolean transport,
boolean http,
boolean plugin) |
Copyright © 2009–2017. All rights reserved.