Class NodesStatsRequest

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest

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

    • NodesStatsRequest

      public NodesStatsRequest()
    • NodesStatsRequest

      public NodesStatsRequest(StreamInput in) throws IOException
      Throws:
      IOException
    • NodesStatsRequest

      public NodesStatsRequest(String... nodesIds)
      Get stats from nodes based on the nodes ids specified. If none are passed, stats for all nodes will be returned.
  • Method Details