Class ElasticsearchSearchableSnapshotsAsyncClient
java.lang.Object
co.elastic.clients.ApiClient<ElasticsearchTransport,ElasticsearchSearchableSnapshotsAsyncClient>
co.elastic.clients.elasticsearch.searchable_snapshots.ElasticsearchSearchableSnapshotsAsyncClient
public class ElasticsearchSearchableSnapshotsAsyncClient extends ApiClient<ElasticsearchTransport,ElasticsearchSearchableSnapshotsAsyncClient>
Client for the searchable_snapshots namespace.
-
Field Summary
Fields inherited from class co.elastic.clients.ApiClient
transport, transportOptions -
Constructor Summary
Constructors Constructor Description ElasticsearchSearchableSnapshotsAsyncClient(ElasticsearchTransport transport)ElasticsearchSearchableSnapshotsAsyncClient(ElasticsearchTransport transport, TransportOptions transportOptions) -
Method Summary
Modifier and Type Method Description java.util.concurrent.CompletableFuture<CacheStatsResponse>cacheStats()Retrieve node-level cache statistics about searchable snapshots.java.util.concurrent.CompletableFuture<CacheStatsResponse>cacheStats(CacheStatsRequest request)Retrieve node-level cache statistics about searchable snapshots.java.util.concurrent.CompletableFuture<CacheStatsResponse>cacheStats(java.util.function.Function<CacheStatsRequest.Builder,ObjectBuilder<CacheStatsRequest>> fn)Retrieve node-level cache statistics about searchable snapshots.java.util.concurrent.CompletableFuture<ClearCacheResponse>clearCache()Clear the cache of searchable snapshots.java.util.concurrent.CompletableFuture<ClearCacheResponse>clearCache(ClearCacheRequest request)Clear the cache of searchable snapshots.java.util.concurrent.CompletableFuture<ClearCacheResponse>clearCache(java.util.function.Function<ClearCacheRequest.Builder,ObjectBuilder<ClearCacheRequest>> fn)Clear the cache of searchable snapshots.java.util.concurrent.CompletableFuture<MountResponse>mount(MountRequest request)Mount a snapshot as a searchable index.java.util.concurrent.CompletableFuture<MountResponse>mount(java.util.function.Function<MountRequest.Builder,ObjectBuilder<MountRequest>> fn)Mount a snapshot as a searchable index.java.util.concurrent.CompletableFuture<SearchableSnapshotsStatsResponse>stats()Retrieve shard-level statistics about searchable snapshots.java.util.concurrent.CompletableFuture<SearchableSnapshotsStatsResponse>stats(SearchableSnapshotsStatsRequest request)Retrieve shard-level statistics about searchable snapshots.java.util.concurrent.CompletableFuture<SearchableSnapshotsStatsResponse>stats(java.util.function.Function<SearchableSnapshotsStatsRequest.Builder,ObjectBuilder<SearchableSnapshotsStatsRequest>> fn)Retrieve shard-level statistics about searchable snapshots.ElasticsearchSearchableSnapshotsAsyncClientwithTransportOptions(TransportOptions transportOptions)Creates a new client with some request optionsMethods inherited from class co.elastic.clients.ApiClient
_jsonpMapper, _transport, _transportOptions, getDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ElasticsearchSearchableSnapshotsAsyncClient
-
ElasticsearchSearchableSnapshotsAsyncClient
public ElasticsearchSearchableSnapshotsAsyncClient(ElasticsearchTransport transport, @Nullable TransportOptions transportOptions)
-
-
Method Details
-
withTransportOptions
public ElasticsearchSearchableSnapshotsAsyncClient withTransportOptions(@Nullable TransportOptions transportOptions)Description copied from class:ApiClientCreates a new client with some request options- Specified by:
withTransportOptionsin classApiClient<ElasticsearchTransport,ElasticsearchSearchableSnapshotsAsyncClient>
-
cacheStats
public java.util.concurrent.CompletableFuture<CacheStatsResponse> cacheStats(CacheStatsRequest request)Retrieve node-level cache statistics about searchable snapshots.- See Also:
- Documentation on elastic.co
-
cacheStats
public final java.util.concurrent.CompletableFuture<CacheStatsResponse> cacheStats(java.util.function.Function<CacheStatsRequest.Builder,ObjectBuilder<CacheStatsRequest>> fn)Retrieve node-level cache statistics about searchable snapshots.- Parameters:
fn- a function that initializes a builder to create theCacheStatsRequest- See Also:
- Documentation on elastic.co
-
cacheStats
Retrieve node-level cache statistics about searchable snapshots.- See Also:
- Documentation on elastic.co
-
clearCache
public java.util.concurrent.CompletableFuture<ClearCacheResponse> clearCache(ClearCacheRequest request)Clear the cache of searchable snapshots.- See Also:
- Documentation on elastic.co
-
clearCache
public final java.util.concurrent.CompletableFuture<ClearCacheResponse> clearCache(java.util.function.Function<ClearCacheRequest.Builder,ObjectBuilder<ClearCacheRequest>> fn)Clear the cache of searchable snapshots.- Parameters:
fn- a function that initializes a builder to create theClearCacheRequest- See Also:
- Documentation on elastic.co
-
clearCache
Clear the cache of searchable snapshots.- See Also:
- Documentation on elastic.co
-
mount
Mount a snapshot as a searchable index.- See Also:
- Documentation on elastic.co
-
mount
public final java.util.concurrent.CompletableFuture<MountResponse> mount(java.util.function.Function<MountRequest.Builder,ObjectBuilder<MountRequest>> fn)Mount a snapshot as a searchable index.- Parameters:
fn- a function that initializes a builder to create theMountRequest- See Also:
- Documentation on elastic.co
-
stats
public java.util.concurrent.CompletableFuture<SearchableSnapshotsStatsResponse> stats(SearchableSnapshotsStatsRequest request)Retrieve shard-level statistics about searchable snapshots.- See Also:
- Documentation on elastic.co
-
stats
public final java.util.concurrent.CompletableFuture<SearchableSnapshotsStatsResponse> stats(java.util.function.Function<SearchableSnapshotsStatsRequest.Builder,ObjectBuilder<SearchableSnapshotsStatsRequest>> fn)Retrieve shard-level statistics about searchable snapshots.- Parameters:
fn- a function that initializes a builder to create theSearchableSnapshotsStatsRequest- See Also:
- Documentation on elastic.co
-
stats
Retrieve shard-level statistics about searchable snapshots.- See Also:
- Documentation on elastic.co
-