Class NodesInfoRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<Request,Response>
org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder<NodesInfoRequest,NodesInfoResponse,NodesInfoRequestBuilder>
org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
public class NodesInfoRequestBuilder
extends NodesOperationRequestBuilder<NodesInfoRequest,NodesInfoResponse,NodesInfoRequestBuilder>
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()
Sets to return all the data.clear()
Clears all info flags.setHttp
(boolean http) Should the node HTTP info be returned.setIndices
(boolean indices) Should the node indices info be returned.setIngest
(boolean ingest) Should the node ingest info be returned.setJvm
(boolean jvm) Should the node JVM info be returned.setOs
(boolean os) Should the node OS info be returned.setPlugins
(boolean plugins) Should the node plugins info be returned.setProcess
(boolean process) Should the node OS process be returned.setSettings
(boolean settings) Should the node settings be returned.setThreadPool
(boolean threadPool) Should the node thread pool info be returned.setTransport
(boolean transport) Should the node Transport info be returned.Methods inherited from class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
setNodesIds, setTimeout, setTimeout
-
Constructor Details
-
NodesInfoRequestBuilder
-
-
Method Details
-
clear
Clears all info flags. -
all
Sets to return all the data. -
setSettings
Should the node settings be returned. -
setOs
Should the node OS info be returned. -
setProcess
Should the node OS process be returned. -
setJvm
Should the node JVM info be returned. -
setThreadPool
Should the node thread pool info be returned. -
setTransport
Should the node Transport info be returned. -
setHttp
Should the node HTTP info be returned. -
setPlugins
Should the node plugins info be returned. -
setIngest
Should the node ingest info be returned. -
setIndices
Should the node indices info be returned.
-