Uses of Class
org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
-
Packages that use NodesHotThreadsResponse Package Description org.elasticsearch.action.admin.cluster.node.hotthreads org.elasticsearch.client -
-
Uses of NodesHotThreadsResponse in org.elasticsearch.action.admin.cluster.node.hotthreads
Methods in org.elasticsearch.action.admin.cluster.node.hotthreads that return NodesHotThreadsResponse Modifier and Type Method Description protected NodesHotThreadsResponseTransportNodesHotThreadsAction. newResponse(NodesHotThreadsRequest request, List<NodeHotThreads> responses, List<FailedNodeException> failures) -
Uses of NodesHotThreadsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type NodesHotThreadsResponse Modifier and Type Method Description ActionFuture<NodesHotThreadsResponse>ClusterAdminClient. nodesHotThreads(NodesHotThreadsRequest request)Returns top N hot-threads samples per node.Method parameters in org.elasticsearch.client with type arguments of type NodesHotThreadsResponse Modifier and Type Method Description voidClusterAdminClient. nodesHotThreads(NodesHotThreadsRequest request, ActionListener<NodesHotThreadsResponse> listener)Returns top N hot-threads samples per node.
-