Class SearchableSnapshotsStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.searchable_snapshots.SearchableSnapshotsStatsRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class SearchableSnapshotsStatsRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchableSnapshotsStatsRequest.BuilderBuilder forSearchableSnapshotsStatsRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<SearchableSnapshotsStatsRequest,SearchableSnapshotsStatsResponse,ElasticsearchError>ENDPOINTEndpoint "searchable_snapshots.stats". -
Constructor Summary
Constructors Constructor Description SearchableSnapshotsStatsRequest(SearchableSnapshotsStatsRequest.Builder builder)SearchableSnapshotsStatsRequest(java.util.function.Function<SearchableSnapshotsStatsRequest.Builder,SearchableSnapshotsStatsRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>index()A comma-separated list of index namesStatsLevellevel()Return stats aggregated at cluster, index or shard levelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<SearchableSnapshotsStatsRequest,SearchableSnapshotsStatsResponse,ElasticsearchError> ENDPOINTEndpoint "searchable_snapshots.stats".
-
-
Constructor Details
-
SearchableSnapshotsStatsRequest
-
SearchableSnapshotsStatsRequest
public SearchableSnapshotsStatsRequest(java.util.function.Function<SearchableSnapshotsStatsRequest.Builder,SearchableSnapshotsStatsRequest.Builder> fn)
-
-
Method Details
-
index
@Nullable public java.util.List<java.lang.String> index()A comma-separated list of index namesAPI name:
index -
level
Return stats aggregated at cluster, index or shard levelAPI name:
level
-