Class ElasticsearchCatAsyncClient
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class co.elastic.clients.ApiClient
transport, transportOptions
-
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchCatAsyncClient
(ElasticsearchTransport transport, TransportOptions transportOptions) -
Method Summary
Modifier and TypeMethodDescriptionaliases()
Get aliases.aliases
(AliasesRequest request) Get aliases.final CompletableFuture<AliasesResponse>
Get aliases.Provides a snapshot of the number of shards allocated to each data node and their disk space.allocation
(AllocationRequest request) Provides a snapshot of the number of shards allocated to each data node and their disk space.Provides a snapshot of the number of shards allocated to each data node and their disk space.Get component templates.Get component templates.componentTemplates
(Function<ComponentTemplatesRequest.Builder, ObjectBuilder<ComponentTemplatesRequest>> fn) Get component templates.count()
Get a document count.count
(CountRequest request) Get a document count.final CompletableFuture<CountResponse>
Get a document count.Returns the amount of heap memory currently used by the field data cache on every data node in the cluster.fielddata
(FielddataRequest request) Returns the amount of heap memory currently used by the field data cache on every data node in the cluster.Returns the amount of heap memory currently used by the field data cache on every data node in the cluster.health()
Returns the health status of a cluster, similar to the cluster health API.health
(HealthRequest request) Returns the health status of a cluster, similar to the cluster health API.final CompletableFuture<HealthResponse>
Returns the health status of a cluster, similar to the cluster health API.help()
Get CAT help.indices()
Get index information.indices
(IndicesRequest request) Get index information.final CompletableFuture<IndicesResponse>
Get index information.master()
Returns information about the master node, including the ID, bound IP address, and name.Get datafeeds.mlDatafeeds
(MlDatafeedsRequest request) Get datafeeds.Get datafeeds.Get data frame analytics jobs.Get data frame analytics jobs.mlDataFrameAnalytics
(Function<MlDataFrameAnalyticsRequest.Builder, ObjectBuilder<MlDataFrameAnalyticsRequest>> fn) Get data frame analytics jobs.mlJobs()
Get anomaly detection jobs.mlJobs
(MlJobsRequest request) Get anomaly detection jobs.final CompletableFuture<MlJobsResponse>
Get anomaly detection jobs.Get trained models.mlTrainedModels
(MlTrainedModelsRequest request) Get trained models.Get trained models.Returns information about custom node attributes.nodes()
Returns information about the nodes in a cluster.nodes
(NodesRequest request) Returns information about the nodes in a cluster.final CompletableFuture<NodesResponse>
Returns information about the nodes in a cluster.Returns cluster-level changes that have not yet been executed.plugins()
Returns a list of plugins running on each node of a cluster.recovery()
Returns information about ongoing and completed shard recoveries.recovery
(RecoveryRequest request) Returns information about ongoing and completed shard recoveries.Returns information about ongoing and completed shard recoveries.Returns the snapshot repositories for a cluster.segments()
Returns low-level information about the Lucene segments in index shards.segments
(SegmentsRequest request) Returns low-level information about the Lucene segments in index shards.Returns low-level information about the Lucene segments in index shards.shards()
Returns information about the shards in a cluster.shards
(ShardsRequest request) Returns information about the shards in a cluster.final CompletableFuture<ShardsResponse>
Returns information about the shards in a cluster.Returns information about the snapshots stored in one or more repositories.snapshots
(SnapshotsRequest request) Returns information about the snapshots stored in one or more repositories.Returns information about the snapshots stored in one or more repositories.tasks()
Returns information about tasks currently executing in the cluster.tasks
(TasksRequest request) Returns information about tasks currently executing in the cluster.final CompletableFuture<TasksResponse>
Returns information about tasks currently executing in the cluster.Returns information about index templates in a cluster.templates
(TemplatesRequest request) Returns information about index templates in a cluster.Returns information about index templates in a cluster.Returns thread pool statistics for each node in a cluster.threadPool
(ThreadPoolRequest request) Returns thread pool statistics for each node in a cluster.Returns thread pool statistics for each node in a cluster.Get transforms.transforms
(TransformsRequest request) Get transforms.Get transforms.withTransportOptions
(TransportOptions transportOptions) Creates a new client with some request optionsMethods inherited from class co.elastic.clients.ApiClient
_jsonpMapper, _transport, _transportOptions, close, getDeserializer, withTransportOptions
-
Constructor Details
-
ElasticsearchCatAsyncClient
-
ElasticsearchCatAsyncClient
public ElasticsearchCatAsyncClient(ElasticsearchTransport transport, @Nullable TransportOptions transportOptions)
-
-
Method Details
-
withTransportOptions
public ElasticsearchCatAsyncClient withTransportOptions(@Nullable TransportOptions transportOptions) Description copied from class:ApiClient
Creates a new client with some request options- Specified by:
withTransportOptions
in classApiClient<ElasticsearchTransport,
ElasticsearchCatAsyncClient>
-
aliases
Get aliases. Retrieves the cluster’s index aliases, including filter and routing information. The API does not return data stream aliases.CAT APIs are only intended for human consumption using the command line or the Kibana console. They are not intended for use by applications. For application consumption, use the aliases API.
- See Also:
-
aliases
public final CompletableFuture<AliasesResponse> aliases(Function<AliasesRequest.Builder, ObjectBuilder<AliasesRequest>> fn) Get aliases. Retrieves the cluster’s index aliases, including filter and routing information. The API does not return data stream aliases.CAT APIs are only intended for human consumption using the command line or the Kibana console. They are not intended for use by applications. For application consumption, use the aliases API.
- Parameters:
fn
- a function that initializes a builder to create theAliasesRequest
- See Also:
-
aliases
Get aliases. Retrieves the cluster’s index aliases, including filter and routing information. The API does not return data stream aliases.CAT APIs are only intended for human consumption using the command line or the Kibana console. They are not intended for use by applications. For application consumption, use the aliases API.
- See Also:
-
allocation
Provides a snapshot of the number of shards allocated to each data node and their disk space. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.- See Also:
-
allocation
public final CompletableFuture<AllocationResponse> allocation(Function<AllocationRequest.Builder, ObjectBuilder<AllocationRequest>> fn) Provides a snapshot of the number of shards allocated to each data node and their disk space. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.- Parameters:
fn
- a function that initializes a builder to create theAllocationRequest
- See Also:
-
allocation
Provides a snapshot of the number of shards allocated to each data node and their disk space. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.- See Also:
-
componentTemplates
public CompletableFuture<ComponentTemplatesResponse> componentTemplates(ComponentTemplatesRequest request) Get component templates. Returns information about component templates in a cluster. Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get component template API.
- See Also:
-
componentTemplates
public final CompletableFuture<ComponentTemplatesResponse> componentTemplates(Function<ComponentTemplatesRequest.Builder, ObjectBuilder<ComponentTemplatesRequest>> fn) Get component templates. Returns information about component templates in a cluster. Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get component template API.
- Parameters:
fn
- a function that initializes a builder to create theComponentTemplatesRequest
- See Also:
-
componentTemplates
Get component templates. Returns information about component templates in a cluster. Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get component template API.
- See Also:
-
count
Get a document count. Provides quick access to a document count for a data stream, an index, or an entire cluster. The document count only includes live documents, not deleted documents which have not yet been removed by the merge process.CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the count API.
- See Also:
-
count
public final CompletableFuture<CountResponse> count(Function<CountRequest.Builder, ObjectBuilder<CountRequest>> fn) Get a document count. Provides quick access to a document count for a data stream, an index, or an entire cluster. The document count only includes live documents, not deleted documents which have not yet been removed by the merge process.CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the count API.
- Parameters:
fn
- a function that initializes a builder to create theCountRequest
- See Also:
-
count
Get a document count. Provides quick access to a document count for a data stream, an index, or an entire cluster. The document count only includes live documents, not deleted documents which have not yet been removed by the merge process.CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the count API.
- See Also:
-
fielddata
Returns the amount of heap memory currently used by the field data cache on every data node in the cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes stats API.- See Also:
-
fielddata
public final CompletableFuture<FielddataResponse> fielddata(Function<FielddataRequest.Builder, ObjectBuilder<FielddataRequest>> fn) Returns the amount of heap memory currently used by the field data cache on every data node in the cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes stats API.- Parameters:
fn
- a function that initializes a builder to create theFielddataRequest
- See Also:
-
fielddata
Returns the amount of heap memory currently used by the field data cache on every data node in the cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes stats API.- See Also:
-
health
Returns the health status of a cluster, similar to the cluster health API. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the cluster health API. This API is often used to check malfunctioning clusters. To help you track cluster health alongside log files and alerting systems, the API returns timestamps in two formats:HH:MM:SS
, which is human-readable but includes no date information;Unix epoch time
, which is machine-sortable and includes date information. The latter format is useful for cluster recoveries that take multiple days. You can use the cat health API to verify cluster health across multiple nodes. You also can use the API to track the recovery of a large cluster over a longer period of time.- See Also:
-
health
public final CompletableFuture<HealthResponse> health(Function<HealthRequest.Builder, ObjectBuilder<HealthRequest>> fn) Returns the health status of a cluster, similar to the cluster health API. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the cluster health API. This API is often used to check malfunctioning clusters. To help you track cluster health alongside log files and alerting systems, the API returns timestamps in two formats:HH:MM:SS
, which is human-readable but includes no date information;Unix epoch time
, which is machine-sortable and includes date information. The latter format is useful for cluster recoveries that take multiple days. You can use the cat health API to verify cluster health across multiple nodes. You also can use the API to track the recovery of a large cluster over a longer period of time.- Parameters:
fn
- a function that initializes a builder to create theHealthRequest
- See Also:
-
health
Returns the health status of a cluster, similar to the cluster health API. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the cluster health API. This API is often used to check malfunctioning clusters. To help you track cluster health alongside log files and alerting systems, the API returns timestamps in two formats:HH:MM:SS
, which is human-readable but includes no date information;Unix epoch time
, which is machine-sortable and includes date information. The latter format is useful for cluster recoveries that take multiple days. You can use the cat health API to verify cluster health across multiple nodes. You also can use the API to track the recovery of a large cluster over a longer period of time.- See Also:
-
help
Get CAT help. Returns help for the CAT APIs.- See Also:
-
indices
Get index information. Returns high-level information about indices in a cluster, including backing indices for data streams.Use this request to get the following information for each index in a cluster:
- shard count
- document count
- deleted document count
- primary store size
- total store size of all shards, including shard replicas
These metrics are retrieved directly from Lucene, which Elasticsearch uses internally to power indexing and search. As a result, all document counts include hidden nested documents. To get an accurate count of Elasticsearch documents, use the cat count or count APIs.
CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use an index endpoint.
- See Also:
-
indices
public final CompletableFuture<IndicesResponse> indices(Function<IndicesRequest.Builder, ObjectBuilder<IndicesRequest>> fn) Get index information. Returns high-level information about indices in a cluster, including backing indices for data streams.Use this request to get the following information for each index in a cluster:
- shard count
- document count
- deleted document count
- primary store size
- total store size of all shards, including shard replicas
These metrics are retrieved directly from Lucene, which Elasticsearch uses internally to power indexing and search. As a result, all document counts include hidden nested documents. To get an accurate count of Elasticsearch documents, use the cat count or count APIs.
CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use an index endpoint.
- Parameters:
fn
- a function that initializes a builder to create theIndicesRequest
- See Also:
-
indices
Get index information. Returns high-level information about indices in a cluster, including backing indices for data streams.Use this request to get the following information for each index in a cluster:
- shard count
- document count
- deleted document count
- primary store size
- total store size of all shards, including shard replicas
These metrics are retrieved directly from Lucene, which Elasticsearch uses internally to power indexing and search. As a result, all document counts include hidden nested documents. To get an accurate count of Elasticsearch documents, use the cat count or count APIs.
CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use an index endpoint.
- See Also:
-
master
Returns information about the master node, including the ID, bound IP address, and name. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- See Also:
-
mlDataFrameAnalytics
public CompletableFuture<MlDataFrameAnalyticsResponse> mlDataFrameAnalytics(MlDataFrameAnalyticsRequest request) Get data frame analytics jobs. Returns configuration and usage information about data frame analytics jobs.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get data frame analytics jobs statistics API.
- See Also:
-
mlDataFrameAnalytics
public final CompletableFuture<MlDataFrameAnalyticsResponse> mlDataFrameAnalytics(Function<MlDataFrameAnalyticsRequest.Builder, ObjectBuilder<MlDataFrameAnalyticsRequest>> fn) Get data frame analytics jobs. Returns configuration and usage information about data frame analytics jobs.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get data frame analytics jobs statistics API.
- Parameters:
fn
- a function that initializes a builder to create theMlDataFrameAnalyticsRequest
- See Also:
-
mlDataFrameAnalytics
Get data frame analytics jobs. Returns configuration and usage information about data frame analytics jobs.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get data frame analytics jobs statistics API.
- See Also:
-
mlDatafeeds
Get datafeeds. Returns configuration and usage information about datafeeds. This API returns a maximum of 10,000 datafeeds. If the Elasticsearch security features are enabled, you must havemonitor_ml
,monitor
,manage_ml
, ormanage
cluster privileges to use this API.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get datafeed statistics API.
- See Also:
-
mlDatafeeds
public final CompletableFuture<MlDatafeedsResponse> mlDatafeeds(Function<MlDatafeedsRequest.Builder, ObjectBuilder<MlDatafeedsRequest>> fn) Get datafeeds. Returns configuration and usage information about datafeeds. This API returns a maximum of 10,000 datafeeds. If the Elasticsearch security features are enabled, you must havemonitor_ml
,monitor
,manage_ml
, ormanage
cluster privileges to use this API.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get datafeed statistics API.
- Parameters:
fn
- a function that initializes a builder to create theMlDatafeedsRequest
- See Also:
-
mlDatafeeds
Get datafeeds. Returns configuration and usage information about datafeeds. This API returns a maximum of 10,000 datafeeds. If the Elasticsearch security features are enabled, you must havemonitor_ml
,monitor
,manage_ml
, ormanage
cluster privileges to use this API.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get datafeed statistics API.
- See Also:
-
mlJobs
Get anomaly detection jobs. Returns configuration and usage information for anomaly detection jobs. This API returns a maximum of 10,000 jobs. If the Elasticsearch security features are enabled, you must havemonitor_ml
,monitor
,manage_ml
, ormanage
cluster privileges to use this API.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get anomaly detection job statistics API.
- See Also:
-
mlJobs
public final CompletableFuture<MlJobsResponse> mlJobs(Function<MlJobsRequest.Builder, ObjectBuilder<MlJobsRequest>> fn) Get anomaly detection jobs. Returns configuration and usage information for anomaly detection jobs. This API returns a maximum of 10,000 jobs. If the Elasticsearch security features are enabled, you must havemonitor_ml
,monitor
,manage_ml
, ormanage
cluster privileges to use this API.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get anomaly detection job statistics API.
- Parameters:
fn
- a function that initializes a builder to create theMlJobsRequest
- See Also:
-
mlJobs
Get anomaly detection jobs. Returns configuration and usage information for anomaly detection jobs. This API returns a maximum of 10,000 jobs. If the Elasticsearch security features are enabled, you must havemonitor_ml
,monitor
,manage_ml
, ormanage
cluster privileges to use this API.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get anomaly detection job statistics API.
- See Also:
-
mlTrainedModels
Get trained models. Returns configuration and usage information about inference trained models.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get trained models statistics API.
- See Also:
-
mlTrainedModels
public final CompletableFuture<MlTrainedModelsResponse> mlTrainedModels(Function<MlTrainedModelsRequest.Builder, ObjectBuilder<MlTrainedModelsRequest>> fn) Get trained models. Returns configuration and usage information about inference trained models.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get trained models statistics API.
- Parameters:
fn
- a function that initializes a builder to create theMlTrainedModelsRequest
- See Also:
-
mlTrainedModels
Get trained models. Returns configuration and usage information about inference trained models.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get trained models statistics API.
- See Also:
-
nodeattrs
Returns information about custom node attributes. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- See Also:
-
nodes
Returns information about the nodes in a cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- See Also:
-
nodes
public final CompletableFuture<NodesResponse> nodes(Function<NodesRequest.Builder, ObjectBuilder<NodesRequest>> fn) Returns information about the nodes in a cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- Parameters:
fn
- a function that initializes a builder to create theNodesRequest
- See Also:
-
nodes
Returns information about the nodes in a cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- See Also:
-
pendingTasks
Returns cluster-level changes that have not yet been executed. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the pending cluster tasks API.- See Also:
-
plugins
Returns a list of plugins running on each node of a cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- See Also:
-
recovery
Returns information about ongoing and completed shard recoveries. Shard recovery is the process of initializing a shard copy, such as restoring a primary shard from a snapshot or syncing a replica shard from a primary shard. When a shard recovery completes, the recovered shard is available for search and indexing. For data streams, the API returns information about the stream’s backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index recovery API.- See Also:
-
recovery
public final CompletableFuture<RecoveryResponse> recovery(Function<RecoveryRequest.Builder, ObjectBuilder<RecoveryRequest>> fn) Returns information about ongoing and completed shard recoveries. Shard recovery is the process of initializing a shard copy, such as restoring a primary shard from a snapshot or syncing a replica shard from a primary shard. When a shard recovery completes, the recovered shard is available for search and indexing. For data streams, the API returns information about the stream’s backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index recovery API.- Parameters:
fn
- a function that initializes a builder to create theRecoveryRequest
- See Also:
-
recovery
Returns information about ongoing and completed shard recoveries. Shard recovery is the process of initializing a shard copy, such as restoring a primary shard from a snapshot or syncing a replica shard from a primary shard. When a shard recovery completes, the recovered shard is available for search and indexing. For data streams, the API returns information about the stream’s backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index recovery API.- See Also:
-
repositories
Returns the snapshot repositories for a cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot repository API.- See Also:
-
segments
Returns low-level information about the Lucene segments in index shards. For data streams, the API returns information about the backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index segments API.- See Also:
-
segments
public final CompletableFuture<SegmentsResponse> segments(Function<SegmentsRequest.Builder, ObjectBuilder<SegmentsRequest>> fn) Returns low-level information about the Lucene segments in index shards. For data streams, the API returns information about the backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index segments API.- Parameters:
fn
- a function that initializes a builder to create theSegmentsRequest
- See Also:
-
segments
Returns low-level information about the Lucene segments in index shards. For data streams, the API returns information about the backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index segments API.- See Also:
-
shards
Returns information about the shards in a cluster. For data streams, the API returns information about the backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.- See Also:
-
shards
public final CompletableFuture<ShardsResponse> shards(Function<ShardsRequest.Builder, ObjectBuilder<ShardsRequest>> fn) Returns information about the shards in a cluster. For data streams, the API returns information about the backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.- Parameters:
fn
- a function that initializes a builder to create theShardsRequest
- See Also:
-
shards
Returns information about the shards in a cluster. For data streams, the API returns information about the backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.- See Also:
-
snapshots
Returns information about the snapshots stored in one or more repositories. A snapshot is a backup of an index or running Elasticsearch cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot API.- See Also:
-
snapshots
public final CompletableFuture<SnapshotsResponse> snapshots(Function<SnapshotsRequest.Builder, ObjectBuilder<SnapshotsRequest>> fn) Returns information about the snapshots stored in one or more repositories. A snapshot is a backup of an index or running Elasticsearch cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot API.- Parameters:
fn
- a function that initializes a builder to create theSnapshotsRequest
- See Also:
-
snapshots
Returns information about the snapshots stored in one or more repositories. A snapshot is a backup of an index or running Elasticsearch cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot API.- See Also:
-
tasks
Returns information about tasks currently executing in the cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the task management API.- See Also:
-
tasks
public final CompletableFuture<TasksResponse> tasks(Function<TasksRequest.Builder, ObjectBuilder<TasksRequest>> fn) Returns information about tasks currently executing in the cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the task management API.- Parameters:
fn
- a function that initializes a builder to create theTasksRequest
- See Also:
-
tasks
Returns information about tasks currently executing in the cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the task management API.- See Also:
-
templates
Returns information about index templates in a cluster. You can use index templates to apply index settings and field mappings to new indices at creation. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get index template API.- See Also:
-
templates
public final CompletableFuture<TemplatesResponse> templates(Function<TemplatesRequest.Builder, ObjectBuilder<TemplatesRequest>> fn) Returns information about index templates in a cluster. You can use index templates to apply index settings and field mappings to new indices at creation. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get index template API.- Parameters:
fn
- a function that initializes a builder to create theTemplatesRequest
- See Also:
-
templates
Returns information about index templates in a cluster. You can use index templates to apply index settings and field mappings to new indices at creation. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get index template API.- See Also:
-
threadPool
Returns thread pool statistics for each node in a cluster. Returned information includes all built-in thread pools and custom thread pools. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- See Also:
-
threadPool
public final CompletableFuture<ThreadPoolResponse> threadPool(Function<ThreadPoolRequest.Builder, ObjectBuilder<ThreadPoolRequest>> fn) Returns thread pool statistics for each node in a cluster. Returned information includes all built-in thread pools and custom thread pools. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- Parameters:
fn
- a function that initializes a builder to create theThreadPoolRequest
- See Also:
-
threadPool
Returns thread pool statistics for each node in a cluster. Returned information includes all built-in thread pools and custom thread pools. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.- See Also:
-
transforms
Get transforms. Returns configuration and usage information about transforms.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get transform statistics API.
- See Also:
-
transforms
public final CompletableFuture<TransformsResponse> transforms(Function<TransformsRequest.Builder, ObjectBuilder<TransformsRequest>> fn) Get transforms. Returns configuration and usage information about transforms.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get transform statistics API.
- Parameters:
fn
- a function that initializes a builder to create theTransformsRequest
- See Also:
-
transforms
Get transforms. Returns configuration and usage information about transforms.CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get transform statistics API.
- See Also:
-