Uses of Class
org.elasticsearch.action.admin.cluster.node.usage.NodesUsageResponse
-
Packages that use NodesUsageResponse Package Description org.elasticsearch.action.admin.cluster.node.usage org.elasticsearch.client -
-
Uses of NodesUsageResponse in org.elasticsearch.action.admin.cluster.node.usage
Methods in org.elasticsearch.action.admin.cluster.node.usage that return NodesUsageResponse Modifier and Type Method Description protected NodesUsageResponseTransportNodesUsageAction. newResponse(NodesUsageRequest request, List<NodeUsage> responses, List<FailedNodeException> failures)Constructor parameters in org.elasticsearch.action.admin.cluster.node.usage with type arguments of type NodesUsageResponse Constructor Description NodesUsageRequestBuilder(ElasticsearchClient client, ActionType<NodesUsageResponse> action) -
Uses of NodesUsageResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type NodesUsageResponse Modifier and Type Method Description ActionFuture<NodesUsageResponse>ClusterAdminClient. nodesUsage(NodesUsageRequest request)Returns top N hot-threads samples per node.Method parameters in org.elasticsearch.client with type arguments of type NodesUsageResponse Modifier and Type Method Description voidClusterAdminClient. nodesUsage(NodesUsageRequest request, ActionListener<NodesUsageResponse> listener)Nodes usage of the cluster.
-