Uses of Class
org.elasticsearch.index.shard.PrimaryReplicaSyncer.ResyncTask
-
Packages that use PrimaryReplicaSyncer.ResyncTask Package Description org.elasticsearch.index.shard org.elasticsearch.indices.cluster -
-
Uses of PrimaryReplicaSyncer.ResyncTask in org.elasticsearch.index.shard
Method parameters in org.elasticsearch.index.shard with type arguments of type PrimaryReplicaSyncer.ResyncTask Modifier and Type Method Description voidPrimaryReplicaSyncer. resync(IndexShard indexShard, ActionListener<PrimaryReplicaSyncer.ResyncTask> listener)voidIndexShard. updateShardState(ShardRouting newRouting, long newPrimaryTerm, BiConsumer<IndexShard,ActionListener<PrimaryReplicaSyncer.ResyncTask>> primaryReplicaSyncer, long applyingClusterStateVersion, Set<String> inSyncAllocationIds, IndexShardRoutingTable routingTable) -
Uses of PrimaryReplicaSyncer.ResyncTask in org.elasticsearch.indices.cluster
Method parameters in org.elasticsearch.indices.cluster with type arguments of type PrimaryReplicaSyncer.ResyncTask Modifier and Type Method Description voidIndicesClusterStateService.Shard. updateShardState(ShardRouting shardRouting, long primaryTerm, BiConsumer<IndexShard,ActionListener<PrimaryReplicaSyncer.ResyncTask>> primaryReplicaSyncer, long applyingClusterStateVersion, Set<String> inSyncAllocationIds, IndexShardRoutingTable routingTable)Updates the shard state based on an incoming cluster state: - Updates and persists the new routing value.
-