Uses of Class
org.elasticsearch.index.seqno.ReplicationTracker.PrimaryContext
-
Packages that use ReplicationTracker.PrimaryContext Package Description org.elasticsearch.index.seqno org.elasticsearch.index.shard org.elasticsearch.indices.recovery -
-
Uses of ReplicationTracker.PrimaryContext in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return ReplicationTracker.PrimaryContext Modifier and Type Method Description ReplicationTracker.PrimaryContextReplicationTracker. startRelocationHandoff(String targetAllocationId)Initiates a relocation handoff and returns the corresponding primary context.Methods in org.elasticsearch.index.seqno with parameters of type ReplicationTracker.PrimaryContext Modifier and Type Method Description voidReplicationTracker. activateWithPrimaryContext(ReplicationTracker.PrimaryContext primaryContext)Activates the global checkpoint tracker in primary mode (seeReplicationTracker.primaryMode. -
Uses of ReplicationTracker.PrimaryContext in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type ReplicationTracker.PrimaryContext Modifier and Type Method Description voidIndexShard. activateWithPrimaryContext(ReplicationTracker.PrimaryContext primaryContext)Updates the known allocation IDs and the local checkpoints for the corresponding allocations from a primary relocation source.Method parameters in org.elasticsearch.index.shard with type arguments of type ReplicationTracker.PrimaryContext Modifier and Type Method Description voidIndexShard. relocated(String targetAllocationId, Consumer<ReplicationTracker.PrimaryContext> consumer)Completes the relocation. -
Uses of ReplicationTracker.PrimaryContext in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery with parameters of type ReplicationTracker.PrimaryContext Modifier and Type Method Description voidRecoveryTarget. handoffPrimaryContext(ReplicationTracker.PrimaryContext primaryContext)voidRecoveryTargetHandler. handoffPrimaryContext(ReplicationTracker.PrimaryContext primaryContext)Handoff the primary context between the relocation source and the relocation target.voidRemoteRecoveryTargetHandler. handoffPrimaryContext(ReplicationTracker.PrimaryContext primaryContext)
-