Uses of Class
org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Packages that use NodesStatsRequest Package Description org.elasticsearch.action.admin.cluster.node.stats org.elasticsearch.client -
-
Uses of NodesStatsRequest in org.elasticsearch.action.admin.cluster.node.stats
Methods in org.elasticsearch.action.admin.cluster.node.stats that return NodesStatsRequest Modifier and Type Method Description NodesStatsRequestNodesStatsRequest. adaptiveSelection(boolean adaptiveSelection)Should adaptiveSelection statistics be returned.NodesStatsRequestNodesStatsRequest. all()Sets all the request flags.NodesStatsRequestNodesStatsRequest. breaker(boolean breaker)Should the node's circuit breaker stats be returned.NodesStatsRequestNodesStatsRequest. clear()Clears all the request flags.NodesStatsRequestNodesStatsRequest. discovery(boolean discovery)Should the node's discovery stats be returned.NodesStatsRequestNodesStatsRequest. fs(boolean fs)Should the node file system stats be returned.NodesStatsRequestNodesStatsRequest. http(boolean http)Should the node HTTP be returned.NodesStatsRequestNodesStatsRequest. indices(boolean indices)Should indices stats be returned.NodesStatsRequestNodesStatsRequest. indices(CommonStatsFlags indices)NodesStatsRequestNodesStatsRequest. ingest(boolean ingest)Should ingest statistics be returned.NodesStatsRequestNodesStatsRequest. jvm(boolean jvm)Should the node JVM be returned.NodesStatsRequestNodesStatsRequest. os(boolean os)Should the node OS be returned.NodesStatsRequestNodesStatsRequest. process(boolean process)Should the node Process be returned.NodesStatsRequestNodesStatsRequest. script(boolean script)NodesStatsRequestNodesStatsRequest. threadPool(boolean threadPool)Should the node Thread Pool be returned.NodesStatsRequestNodesStatsRequest. transport(boolean transport)Should the node Transport be returned.Methods in org.elasticsearch.action.admin.cluster.node.stats with parameters of type NodesStatsRequest Modifier and Type Method Description protected TransportNodesStatsAction.NodeStatsRequestTransportNodesStatsAction. newNodeRequest(NodesStatsRequest request)protected NodesStatsResponseTransportNodesStatsAction. newResponse(NodesStatsRequest request, List<NodeStats> responses, List<FailedNodeException> failures) -
Uses of NodesStatsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return NodesStatsRequest Modifier and Type Method Description static NodesStatsRequestRequests. nodesStatsRequest(String... nodesIds)Creates a nodes stats request against one or more nodes.Methods in org.elasticsearch.client with parameters of type NodesStatsRequest Modifier and Type Method Description ActionFuture<NodesStatsResponse>ClusterAdminClient. nodesStats(NodesStatsRequest request)Nodes stats of the cluster.voidClusterAdminClient. nodesStats(NodesStatsRequest request, ActionListener<NodesStatsResponse> listener)Nodes stats of the cluster.
-