All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest

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

    • NodesStatsRequest

      public NodesStatsRequest()
    • 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.
    • NodesStatsRequest

      public NodesStatsRequest(NodesStatsRequestParameters nodesStatsRequestParameters, String... nodesIds)
  • Method Details