Class NodesStatsRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<Request,Response>
org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder<NodesStatsRequest,NodesStatsResponse,NodesStatsRequestBuilder>
org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
public class NodesStatsRequestBuilder extends NodesOperationRequestBuilder<NodesStatsRequest,NodesStatsResponse,NodesStatsRequestBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NodesStatsRequestBuilder(ElasticsearchClient client, NodesStatsAction action) -
Method Summary
Modifier and Type Method Description NodesStatsRequestBuilderall()Sets all the request flags.NodesStatsRequestBuilderclear()Clears all stats flags.NodesStatsRequestBuildersetAdaptiveSelection(boolean adaptiveSelection)NodesStatsRequestBuildersetBreaker(boolean breaker)NodesStatsRequestBuildersetDiscovery(boolean discovery)Should the discovery stats be returned.NodesStatsRequestBuildersetFs(boolean fs)Should the node file system stats be returned.NodesStatsRequestBuildersetHttp(boolean http)Should the node HTTP stats be returned.NodesStatsRequestBuildersetIndices(boolean indices)Should the node indices stats be returned.NodesStatsRequestBuildersetIndices(CommonStatsFlags indices)Should the node indices stats be returned.NodesStatsRequestBuildersetIngest(boolean ingest)Should ingest statistics be returned.NodesStatsRequestBuildersetJvm(boolean jvm)Should the node JVM stats be returned.NodesStatsRequestBuildersetOs(boolean os)Should the node OS stats be returned.NodesStatsRequestBuildersetProcess(boolean process)Should the node OS stats be returned.NodesStatsRequestBuildersetScript(boolean script)NodesStatsRequestBuildersetThreadPool(boolean threadPool)Should the node thread pool stats be returned.NodesStatsRequestBuildersetTransport(boolean transport)Should the node Transport stats be returned.Methods inherited from class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
setNodesIds, setTimeout, setTimeout
-
Constructor Details
-
Method Details
-
all
Sets all the request flags. -
clear
Clears all stats flags. -
setIndices
Should the node indices stats be returned. -
setBreaker
-
setScript
-
setIndices
Should the node indices stats be returned. -
setOs
Should the node OS stats be returned. -
setProcess
Should the node OS stats be returned. -
setJvm
Should the node JVM stats be returned. -
setThreadPool
Should the node thread pool stats be returned. -
setFs
Should the node file system stats be returned. -
setTransport
Should the node Transport stats be returned. -
setHttp
Should the node HTTP stats be returned. -
setDiscovery
Should the discovery stats be returned. -
setIngest
Should ingest statistics be returned. -
setAdaptiveSelection
-