Interface | Description |
---|---|
RecoveryTarget.RecoveryListener |
Class | Description |
---|---|
RecoveriesCollection |
This class holds a collection of all on going recoveries on the current node (i.e., the node is the target node
of those recoveries).
|
RecoveriesCollection.StatusRef |
a reference to
RecoveryStatus , which implements AutoCloseable . |
RecoveryCleanFilesRequest | |
RecoveryFileChunkRequest | |
RecoveryFilesInfoRequest | |
RecoveryFinalizeRecoveryRequest | |
RecoveryPrepareForTranslogOperationsRequest | |
RecoverySettings | |
RecoverySource |
The source recovery accepts recovery requests from other peer shards and start the recovery process from this
source shard to the target shard.
|
RecoverySource.Actions | |
RecoverySourceHandler |
RecoverySourceHandler handles the three phases of shard recovery, which is
everything relating to copying the segment files as well as sending translog
operations across the wire once the segments have been copied.
|
RecoveryState |
Keeps track of state related to shard recovery.
|
RecoveryState.File | |
RecoveryState.Index | |
RecoveryState.Timer | |
RecoveryState.Translog | |
RecoveryState.VerifyIndex | |
RecoveryStatus | |
RecoveryTarget |
The recovery target handles recoveries of peer shards of the shard+node to recover to.
|
RecoveryTarget.Actions | |
RecoveryTranslogOperationsRequest | |
SharedFSRecoverySourceHandler |
A recovery handler that skips phase 1 as well as sending the snapshot.
|
StartRecoveryRequest |
Enum | Description |
---|---|
RecoveryState.Stage | |
RecoveryState.Type |
Exception | Description |
---|---|
DelayRecoveryException |
An exception marking that this recovery attempt should be ignored (since probably, we already recovered).
|
RecoverFilesRecoveryException | |
RecoveryFailedException |
Copyright © 2009–2016. All rights reserved.