Class HotThreadsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.nodes.HotThreadsRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class HotThreadsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • nodeId

      @Nullable public java.util.List<java.lang.String> nodeId()
      A comma-separated list of node IDs or names to limit the returned information; use _local to return information from the node you're connecting to, leave empty to get information from all nodes

      API name: node_id

    • ignoreIdleThreads

      @Nullable public java.lang.Boolean ignoreIdleThreads()
      Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)

      API name: ignore_idle_threads

    • interval

      @Nullable public java.lang.String interval()
      The interval for the second sampling of threads

      API name: interval

    • snapshots

      @Nullable public java.lang.Long snapshots()
      Number of samples of thread stacktrace (default: 10)

      API name: snapshots

    • threads

      @Nullable public java.lang.Long threads()
      Specify the number of threads to provide information for (default: 3)

      API name: threads

    • threadType

      @Nullable public ThreadType threadType()
      API name: thread_type
    • timeout

      @Nullable public java.lang.String timeout()
      Explicit operation timeout

      API name: timeout