Class NodesUsageRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest

public class NodesUsageRequest extends BaseNodesRequest<NodesUsageRequest>
  • Constructor Details

    • NodesUsageRequest

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

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