Class NodeUsageStatsForThreadPoolsAction.Request

All Implemented Interfaces:
Writeable, RefCounted, TaskAwareRequest, TransportRequest
Enclosing class:
NodeUsageStatsForThreadPoolsAction

public static class NodeUsageStatsForThreadPoolsAction.Request extends BaseNodesRequest
The sender request type that will be resolved to send individual NodeUsageStatsForThreadPoolsAction.NodeRequest requests to every node in the cluster.
  • Constructor Details

    • Request

      public Request(String[] nodeIds)
      Parameters:
      nodeIds - The list of nodes to which to send individual requests and collect responses from. If the list is null, all nodes in the cluster will be sent a request.