| AbstractDiffable<T extends Diffable<T>> |
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
nothing is object remained the same.
|
| AbstractNamedDiffable<T extends NamedDiffable<T>> |
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
nothing is object remained the same.
|
| AckedClusterStateUpdateTask<Response> |
An extension interface to ClusterStateUpdateTask that allows to be notified when
all the nodes have acknowledged a cluster state update request
|
| ClusterChangedEvent |
An event received by the local node, signaling that the cluster state has changed.
|
| ClusterInfo |
ClusterInfo is an object representing a map of nodes to DiskUsage
and a map of shard ids to shard sizes, see
InternalClusterInfoService.shardIdentifierFromRouting(String)
for the key used in the shardSizes map
|
| ClusterModule |
Configures classes and services that affect the entire cluster.
|
| ClusterName |
|
| ClusterState |
Represents the current state of the cluster.
|
| ClusterState.Builder |
|
| ClusterStateObserver |
A utility class which simplifies interacting with the cluster state in cases where
one tries to take action based on the current state but may want to wait for a new state
and retry upon failure.
|
| ClusterStateTaskConfig.Basic |
|
| ClusterStateTaskExecutor.ClusterTasksResult<T> |
Represents the result of a batched execution of cluster state update tasks
|
| ClusterStateTaskExecutor.ClusterTasksResult.Builder<T> |
|
| ClusterStateTaskExecutor.TaskResult |
|
| ClusterStateUpdateTask |
A task that can update the cluster state.
|
| DiffableUtils |
|
| DiffableUtils.DiffableValueReader<K,V extends Diffable<V>> |
Implementation of the ValueSerializer that wraps value and diff readers.
|
| DiffableUtils.DiffableValueSerializer<K,V extends Diffable<V>> |
Serializer for Diffable map values.
|
| DiffableUtils.ImmutableOpenMapDiff<K,T> |
Represents differences between two ImmutableOpenMap of (possibly diffable) objects
|
| DiffableUtils.MapDiff<K,T,M> |
Represents differences between two maps of objects and is used as base class for different map implementations.
|
| DiffableUtils.NonDiffableValueSerializer<K,V> |
Serializer for non-diffable map values
|
| DiffableUtils.StringSetValueSerializer<K> |
Implementation of ValueSerializer that serializes immutable sets
|
| DiskUsage |
Encapsulation class used to represent the amount of disk used on a node.
|
| EmptyClusterInfoService |
ClusterInfoService that provides empty maps for disk usage and shard sizes
|
| InternalClusterInfoService |
InternalClusterInfoService provides the ClusterInfoService interface,
routinely updated on a timer.
|
| LocalClusterUpdateTask |
Used to apply state updates on nodes that are not necessarily master
|
| MasterNodeChangePredicate |
|
| NamedDiffableValueSerializer<T extends NamedDiffable<T>> |
Value Serializer for named diffables
|
| NodeConnectionsService |
This component is responsible for connecting to nodes once they are added to the cluster state, and disconnect when they are
removed.
|
| RestoreInProgress |
Meta data about restore processes that are currently executing
|
| RestoreInProgress.Builder |
|
| RestoreInProgress.Entry |
Restore metadata
|
| RestoreInProgress.ShardRestoreStatus |
Represents status of a restored shard
|
| SnapshotDeletionsInProgress |
A class that represents the snapshot deletions that are in progress in the cluster.
|
| SnapshotDeletionsInProgress.Entry |
A class representing a snapshot deletion request entry in the cluster state.
|
| SnapshotsInProgress |
Meta data about snapshots that are currently executing
|
| SnapshotsInProgress.Entry |
|
| SnapshotsInProgress.ShardSnapshotStatus |
|