Class PeerRecoverySourceService

java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.indices.recovery.PeerRecoverySourceService
All Implemented Interfaces:
Closeable, AutoCloseable, ClusterStateListener, LifecycleComponent, org.elasticsearch.core.Releasable, IndexEventListener

public class PeerRecoverySourceService extends AbstractLifecycleComponent implements IndexEventListener, ClusterStateListener
The source recovery accepts recovery requests from other peer shards and start the recovery process from this source shard to the target shard.