Class OpenSearchCatAsyncClient
java.lang.Object
org.opensearch.client.ApiClient<OpenSearchTransport,OpenSearchCatAsyncClient>
org.opensearch.client.opensearch.cat.OpenSearchCatAsyncClientBase<OpenSearchCatAsyncClient>
org.opensearch.client.opensearch.cat.OpenSearchCatAsyncClient
public class OpenSearchCatAsyncClient
extends OpenSearchCatAsyncClientBase<OpenSearchCatAsyncClient>
Client for the cat namespace.
-
Field Summary
Fields inherited from class org.opensearch.client.ApiClient
transport, transportOptions -
Constructor Summary
ConstructorsConstructorDescriptionOpenSearchCatAsyncClient(OpenSearchTransport transport) OpenSearchCatAsyncClient(OpenSearchTransport transport, TransportOptions transportOptions) -
Method Summary
Modifier and TypeMethodDescriptionhelp()Returns help for the Cat APIs.withTransportOptions(TransportOptions transportOptions) Creates a new client with some request optionsMethods inherited from class org.opensearch.client.opensearch.cat.OpenSearchCatAsyncClientBase
aliases, aliases, aliases, allocation, allocation, allocation, allPitSegments, allPitSegments, allPitSegments, clusterManager, clusterManager, clusterManager, count, count, count, fielddata, fielddata, fielddata, health, health, health, indices, indices, indices, master, master, master, nodeattrs, nodeattrs, nodeattrs, nodes, nodes, nodes, pendingTasks, pendingTasks, pendingTasks, pitSegments, pitSegments, plugins, plugins, plugins, recovery, recovery, recovery, repositories, repositories, repositories, segmentReplication, segmentReplication, segmentReplication, segments, segments, segments, shards, shards, shards, snapshots, snapshots, snapshots, tasks, tasks, tasks, templates, templates, templates, threadPool, threadPool, threadPoolMethods inherited from class org.opensearch.client.ApiClient
_transport, _transportOptions, getDeserializer
-
Constructor Details
-
OpenSearchCatAsyncClient
-
OpenSearchCatAsyncClient
public OpenSearchCatAsyncClient(OpenSearchTransport transport, @Nullable TransportOptions transportOptions)
-
-
Method Details
-
withTransportOptions
Description copied from class:ApiClientCreates a new client with some request options- Specified by:
withTransportOptionsin classApiClient<OpenSearchTransport,OpenSearchCatAsyncClient>
-
help
Returns help for the Cat APIs.- Throws:
IOExceptionOpenSearchException
-