java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.searchable_snapshots.CacheStatsRequest

public class CacheStatsRequest
extends RequestBase
Retrieve node-level cache statistics about searchable snapshots.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static CacheStatsRequest of​(java.util.function.Function<CacheStatsRequest.Builder,​ObjectBuilder<CacheStatsRequest>> fn)
    • masterTimeout

      @Nullable public final Time masterTimeout()
      API name: master_timeout
    • nodeId

      public final 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