Class NodesHotThreadsRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class NodesHotThreadsRequest
extends BaseNodesRequest<NodesHotThreadsRequest>
  • Constructor Details

    • NodesHotThreadsRequest

      public NodesHotThreadsRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • NodesHotThreadsRequest

      public NodesHotThreadsRequest​(java.lang.String... nodesIds)
      Get hot threads from nodes based on the nodes ids specified. If none are passed, hot threads for all nodes is used.
  • Method Details