Uses of Class
org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
-
Packages that use NodesInfoResponse Package Description org.elasticsearch.action.admin.cluster.node.info org.elasticsearch.client -
-
Uses of NodesInfoResponse in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info that return NodesInfoResponse Modifier and Type Method Description protected NodesInfoResponseTransportNodesInfoAction. newResponse(NodesInfoRequest nodesInfoRequest, List<NodeInfo> responses, List<FailedNodeException> failures) -
Uses of NodesInfoResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type NodesInfoResponse Modifier and Type Method Description ActionFuture<NodesInfoResponse>ClusterAdminClient. nodesInfo(NodesInfoRequest request)Nodes info of the cluster.Method parameters in org.elasticsearch.client with type arguments of type NodesInfoResponse Modifier and Type Method Description voidClusterAdminClient. nodesInfo(NodesInfoRequest request, ActionListener<NodesInfoResponse> listener)Nodes info of the cluster.
-