All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest, TransportRequest

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

    • NodesInfoRequest

      public NodesInfoRequest(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