Package org.elasticsearch.index.shard
Class PrimaryReplicaSyncer
java.lang.Object
org.elasticsearch.index.shard.PrimaryReplicaSyncer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interface -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrimaryReplicaSyncer(TransportService transportService, TransportResyncReplicationAction syncAction)PrimaryReplicaSyncer(TransportService transportService, PrimaryReplicaSyncer.SyncAction syncAction) -
Method Summary
Modifier and TypeMethodDescriptionvoidresync(IndexShard indexShard, ActionListener<PrimaryReplicaSyncer.ResyncTask> listener)
-
Field Details
-
DEFAULT_CHUNK_SIZE
-
-
Constructor Details
-
PrimaryReplicaSyncer
@Inject public PrimaryReplicaSyncer(TransportService transportService, TransportResyncReplicationAction syncAction) -
PrimaryReplicaSyncer
public PrimaryReplicaSyncer(TransportService transportService, PrimaryReplicaSyncer.SyncAction syncAction)
-
-
Method Details
-
resync
-