Class NodesInfoRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class NodesInfoRequest
extends BaseNodesRequest<NodesInfoRequest>
A request to get node (cluster) level information.
  • Constructor Details

    • NodesInfoRequest

      public NodesInfoRequest​(StreamInput in) throws java.io.IOException
      Create a new NodeInfoRequest from a StreamInput object.
      Parameters:
      in - A stream input object.
      Throws:
      java.io.IOException - if the stream cannot be deserialized.
    • NodesInfoRequest

      public NodesInfoRequest​(java.lang.String... nodesIds)
      Get information from nodes based on the nodes ids specified. If none are passed, information for all nodes will be returned.
  • Method Details