pub struct Cluster<'a> { /* private fields */ }
Expand description

Namespace client for Cluster APIs

Implementations

Creates a new instance of Cluster

Cluster Allocation Explain API

Provides explanations for shard allocations in the cluster.

Cluster Delete Component Template API

Deletes a component template

Cluster Delete Voting Config Exclusions API

Clears cluster voting config exclusions.

Cluster Exists Component Template API

Returns information about whether a particular component template exist

Cluster Get Component Template API

Returns one or more component templates

Cluster Get Settings API

Returns cluster settings.

Cluster Health API

Returns basic information about the health of the cluster.

Cluster Pending Tasks API

Returns a list of any cluster-level changes (e.g. create index, update mapping, allocate or fail shard) which have not yet been executed.

Cluster Post Voting Config Exclusions API

Updates the cluster voting config exclusions by node ids or node names.

Cluster Put Component Template API

Creates or updates a component template

Cluster Put Settings API

Updates the cluster settings.

Cluster Remote Info API

Returns the information about configured remote clusters.

Cluster Reroute API

Allows to manually change the allocation of individual shards in the cluster.

Cluster State API

Returns a comprehensive information about the state of the cluster.

Cluster Stats API

Returns high-level overview of cluster statistics.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more