Class CacheStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.searchable_snapshots.CacheStatsRequest
Get cache statistics. Get statistics about the shared cache for partially
mounted indices.
- 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()The names of the nodes in the cluster to target.static 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
The names of the nodes in the cluster to target.API name:
node_id
-