Interface | Description |
---|---|
AsyncShardFetch.Lister<NodesResponse extends BaseNodesResponse<NodeResponse>,NodeResponse extends BaseNodeResponse> |
An action that lists the relevant shard data that needs to be fetched.
|
Gateway.GatewayStateRecoveredListener | |
LocalAllocateDangledIndices.Listener |
Class | Description |
---|---|
AsyncShardFetch<T extends BaseNodeResponse> |
Allows to asynchronously fetch shard related data from other nodes for allocation, without blocking
the cluster update thread.
|
AsyncShardFetch.FetchResult<T extends BaseNodeResponse> |
The result of a fetch operation.
|
BaseGatewayShardAllocator |
An abstract class that implements basic functionality for allocating
shards to nodes based on shard copies that already exist in the cluster.
|
DanglingIndicesState |
The dangling indices state is responsible for finding new dangling indices (indices that have
their state written on disk, but don't exists in the metadata of the cluster), and importing
them into the cluster.
|
Gateway | |
GatewayAllocator | |
GatewayMetaState | |
GatewayMetaState.IndexMetaWriteInfo | |
GatewayModule | |
GatewayService | |
LocalAllocateDangledIndices | |
LocalAllocateDangledIndices.AllocateDangledRequest | |
LocalAllocateDangledIndices.AllocateDangledResponse | |
MetaDataStateFormat<T> |
MetaDataStateFormat is a base class to write checksummed
XContent based files to one or more directories in a standardized directory structure.
|
MetaStateService |
Handles writing and loading both
MetaData and IndexMetaData |
PrimaryShardAllocator |
The primary shard allocator allocates unassigned primary shards to nodes that hold
valid copies of the unassigned primaries.
|
PriorityComparator |
A comparator that compares ShardRouting based on it's indexes priority (index.priority),
it's creation date (index.creation_date), or eventually by it's index name in reverse order.
|
ReplicaShardAllocator | |
TransportNodesListGatewayMetaState | |
TransportNodesListGatewayMetaState.NodeGatewayMetaState | |
TransportNodesListGatewayMetaState.NodeRequest | |
TransportNodesListGatewayMetaState.NodesGatewayMetaState | |
TransportNodesListGatewayMetaState.Request | |
TransportNodesListGatewayStartedShards |
This transport action is used to fetch the shard version from each node during primary allocation in
GatewayAllocator . |
TransportNodesListGatewayStartedShards.NodeGatewayStartedShards | |
TransportNodesListGatewayStartedShards.NodeRequest | |
TransportNodesListGatewayStartedShards.NodesGatewayStartedShards | |
TransportNodesListGatewayStartedShards.Request |
Exception | Description |
---|---|
CorruptStateException |
This exception is thrown when Elasticsearch detects
an inconsistency in one of it's persistent states.
|
GatewayException |