Class OpenSearchCatClient
java.lang.Object
org.opensearch.client.ApiClient<OpenSearchTransport,OpenSearchCatClient>
org.opensearch.client.opensearch.cat.OpenSearchCatClientBase<OpenSearchCatClient>
org.opensearch.client.opensearch.cat.OpenSearchCatClient
Client for the cat namespace.
-
Field Summary
Fields inherited from class org.opensearch.client.ApiClient
transport, transportOptions -
Constructor Summary
ConstructorsConstructorDescriptionOpenSearchCatClient(OpenSearchTransport transport) OpenSearchCatClient(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.OpenSearchCatClientBase
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
-
OpenSearchCatClient
-
OpenSearchCatClient
public OpenSearchCatClient(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,OpenSearchCatClient>
-
help
Returns help for the Cat APIs.- Throws:
IOExceptionOpenSearchException
-