Uses of Class
org.elasticsearch.action.admin.cluster.node.usage.NodesUsageRequest
-
Packages that use NodesUsageRequest Package Description org.elasticsearch.action.admin.cluster.node.usage org.elasticsearch.client -
-
Uses of NodesUsageRequest in org.elasticsearch.action.admin.cluster.node.usage
Methods in org.elasticsearch.action.admin.cluster.node.usage that return NodesUsageRequest Modifier and Type Method Description NodesUsageRequestNodesUsageRequest. all()Sets all the request flags.NodesUsageRequestNodesUsageRequest. clear()Clears all the request flags.NodesUsageRequestNodesUsageRequest. restActions(boolean restActions)Should the node rest actions usage statistics be returned.Methods in org.elasticsearch.action.admin.cluster.node.usage with parameters of type NodesUsageRequest Modifier and Type Method Description protected TransportNodesUsageAction.NodeUsageRequestTransportNodesUsageAction. newNodeRequest(NodesUsageRequest request)protected NodesUsageResponseTransportNodesUsageAction. newResponse(NodesUsageRequest request, List<NodeUsage> responses, List<FailedNodeException> failures) -
Uses of NodesUsageRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return NodesUsageRequest Modifier and Type Method Description static NodesUsageRequestRequests. nodesUsageRequest(String... nodesIds)Creates a nodes usage request against one or more nodes.Methods in org.elasticsearch.client with parameters of type NodesUsageRequest Modifier and Type Method Description ActionFuture<NodesUsageResponse>ClusterAdminClient. nodesUsage(NodesUsageRequest request)Returns top N hot-threads samples per node.voidClusterAdminClient. nodesUsage(NodesUsageRequest request, ActionListener<NodesUsageResponse> listener)Nodes usage of the cluster.
-