Class SearchableSnapshotsStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.searchable_snapshots.SearchableSnapshotsStatsRequest
Retrieve shard-level 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<SearchableSnapshotsStatsRequest,SearchableSnapshotsStatsResponse, ErrorResponse> Endpoint "searchable_snapshots.stats". -
Method Summary
Modifier and TypeMethodDescriptionindex()A comma-separated list of index namesfinal StatsLevellevel()Return stats aggregated at cluster, index or shard levelof(Function<SearchableSnapshotsStatsRequest.Builder, ObjectBuilder<SearchableSnapshotsStatsRequest>> fn) Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<SearchableSnapshotsStatsRequest,SearchableSnapshotsStatsResponse, _ENDPOINTErrorResponse> Endpoint "searchable_snapshots.stats".
-
-
Method Details
-
of
-
index
A comma-separated list of index namesAPI name:
index -
level
Return stats aggregated at cluster, index or shard levelAPI name:
level
-