Uses of Class
org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
-
Packages that use NodesStatsResponse Package Description org.elasticsearch.action.admin.cluster.node.stats org.elasticsearch.client org.elasticsearch.cluster -
-
Uses of NodesStatsResponse in org.elasticsearch.action.admin.cluster.node.stats
Methods in org.elasticsearch.action.admin.cluster.node.stats that return NodesStatsResponse Modifier and Type Method Description protected NodesStatsResponseTransportNodesStatsAction. newResponse(NodesStatsRequest request, List<NodeStats> responses, List<FailedNodeException> failures) -
Uses of NodesStatsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type NodesStatsResponse Modifier and Type Method Description ActionFuture<NodesStatsResponse>ClusterAdminClient. nodesStats(NodesStatsRequest request)Nodes stats of the cluster.Method parameters in org.elasticsearch.client with type arguments of type NodesStatsResponse Modifier and Type Method Description voidClusterAdminClient. nodesStats(NodesStatsRequest request, ActionListener<NodesStatsResponse> listener)Nodes stats of the cluster. -
Uses of NodesStatsResponse in org.elasticsearch.cluster
Method parameters in org.elasticsearch.cluster with type arguments of type NodesStatsResponse Modifier and Type Method Description protected CountDownLatchInternalClusterInfoService. updateNodeStats(ActionListener<NodesStatsResponse> listener)Retrieve the latest nodes stats, calling the listener when complete
-