Class NodesStatsRequestParameters

java.lang.Object
org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestParameters
All Implemented Interfaces:
Writeable

public class NodesStatsRequestParameters extends Object implements Writeable
This class encapsulates the metrics and other information needed to define scope when we are requesting node stats.
  • Constructor Details

    • NodesStatsRequestParameters

      public NodesStatsRequestParameters()
    • NodesStatsRequestParameters

      public NodesStatsRequestParameters(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details