Uses of Class
org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Packages that use NodesInfoRequest Package Description org.elasticsearch.action.admin.cluster.node.info org.elasticsearch.client -
-
Uses of NodesInfoRequest in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info that return NodesInfoRequest Modifier and Type Method Description NodesInfoRequestNodesInfoRequest. all()Sets to return all the data.NodesInfoRequestNodesInfoRequest. clear()Clears all info flags.NodesInfoRequestNodesInfoRequest. http(boolean http)Should the node HTTP be returned.NodesInfoRequestNodesInfoRequest. indices(boolean indices)Should information about indices (currently just indexing buffers) be returnedNodesInfoRequestNodesInfoRequest. ingest(boolean ingest)Should information about ingest be returnedNodesInfoRequestNodesInfoRequest. jvm(boolean jvm)Should the node JVM be returned.NodesInfoRequestNodesInfoRequest. os(boolean os)Should the node OS be returned.NodesInfoRequestNodesInfoRequest. plugins(boolean plugins)Should information about plugins be returnedNodesInfoRequestNodesInfoRequest. process(boolean process)Should the node Process be returned.NodesInfoRequestNodesInfoRequest. settings(boolean settings)Should the node settings be returned.NodesInfoRequestNodesInfoRequest. threadPool(boolean threadPool)Should the node Thread Pool info be returned.NodesInfoRequestNodesInfoRequest. transport(boolean transport)Should the node Transport be returned.Methods in org.elasticsearch.action.admin.cluster.node.info with parameters of type NodesInfoRequest Modifier and Type Method Description protected TransportNodesInfoAction.NodeInfoRequestTransportNodesInfoAction. newNodeRequest(NodesInfoRequest request)protected NodesInfoResponseTransportNodesInfoAction. newResponse(NodesInfoRequest nodesInfoRequest, List<NodeInfo> responses, List<FailedNodeException> failures)Constructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type NodesInfoRequest Constructor Description NodeInfoRequest(NodesInfoRequest request) -
Uses of NodesInfoRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return NodesInfoRequest Modifier and Type Method Description static NodesInfoRequestRequests. nodesInfoRequest()Creates a nodes info request against all the nodes.static NodesInfoRequestRequests. nodesInfoRequest(String... nodesIds)Creates a nodes info request against one or more nodes.Methods in org.elasticsearch.client with parameters of type NodesInfoRequest Modifier and Type Method Description ActionFuture<NodesInfoResponse>ClusterAdminClient. nodesInfo(NodesInfoRequest request)Nodes info of the cluster.voidClusterAdminClient. nodesInfo(NodesInfoRequest request, ActionListener<NodesInfoResponse> listener)Nodes info of the cluster.
-