Class CacheStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.searchable_snapshots.CacheStatsRequest
Retrieve node-level cache statistics about searchable snapshots.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<CacheStatsRequest,CacheStatsResponse, ErrorResponse> Endpoint "searchable_snapshots.cache_stats". -
Method Summary
Modifier and TypeMethodDescriptionfinal TimeAPI name:master_timeoutnodeId()A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesstatic CacheStatsRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "searchable_snapshots.cache_stats".
-
-
Method Details
-
of
public static CacheStatsRequest of(Function<CacheStatsRequest.Builder, ObjectBuilder<CacheStatsRequest>> fn) -
masterTimeout
API name:master_timeout -
nodeId
A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesAPI name:
node_id
-