Class PeerRecoverySourceService
- java.lang.Object
-
- org.elasticsearch.indices.recovery.PeerRecoverySourceService
-
- All Implemented Interfaces:
IndexEventListener
public class PeerRecoverySourceService extends java.lang.Object implements IndexEventListener
The source recovery accepts recovery requests from other peer shards and start the recovery process from this source shard to the target shard.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPeerRecoverySourceService.Actions
-
Constructor Summary
Constructors Constructor Description PeerRecoverySourceService(TransportService transportService, IndicesService indicesService, RecoverySettings recoverySettings)
-
Method Summary
Modifier and Type Method Description voidbeforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Called before the index shard gets closed.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.index.shard.IndexEventListener
afterIndexCreated, afterIndexRemoved, afterIndexShardClosed, afterIndexShardCreated, afterIndexShardDeleted, afterIndexShardStarted, beforeIndexAddedToCluster, beforeIndexCreated, beforeIndexRemoved, beforeIndexShardCreated, beforeIndexShardDeleted, indexShardStateChanged, onShardInactive, onStoreClosed, onStoreCreated, shardRoutingChanged
-
-
-
-
Constructor Detail
-
PeerRecoverySourceService
@Inject public PeerRecoverySourceService(TransportService transportService, IndicesService indicesService, RecoverySettings recoverySettings)
-
-
Method Detail
-
beforeIndexShardClosed
public void beforeIndexShardClosed(ShardId shardId, @Nullable IndexShard indexShard, Settings indexSettings)
Description copied from interface:IndexEventListenerCalled before the index shard gets closed.- Specified by:
beforeIndexShardClosedin interfaceIndexEventListenerindexShard- The index shard
-
-