Uses of Interface
org.elasticsearch.index.seqno.RetentionLeaseSyncer
-
Packages that use RetentionLeaseSyncer Package Description org.elasticsearch.index org.elasticsearch.index.seqno org.elasticsearch.index.shard org.elasticsearch.indices org.elasticsearch.indices.cluster -
-
Uses of RetentionLeaseSyncer in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type RetentionLeaseSyncer Modifier and Type Method Description IndexShardIndexService. createShard(ShardRouting routing, Consumer<ShardId> globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer) -
Uses of RetentionLeaseSyncer in org.elasticsearch.index.seqno
Fields in org.elasticsearch.index.seqno declared as RetentionLeaseSyncer Modifier and Type Field Description static RetentionLeaseSyncerRetentionLeaseSyncer. EMPTY -
Uses of RetentionLeaseSyncer in org.elasticsearch.index.shard
Constructors in org.elasticsearch.index.shard with parameters of type RetentionLeaseSyncer Constructor Description IndexShard(ShardRouting shardRouting, IndexSettings indexSettings, ShardPath path, Store store, Supplier<Sort> indexSortSupplier, IndexCache indexCache, MapperService mapperService, SimilarityService similarityService, EngineFactory engineFactory, IndexEventListener indexEventListener, CheckedFunction<DirectoryReader,DirectoryReader,IOException> indexReaderWrapper, ThreadPool threadPool, BigArrays bigArrays, Engine.Warmer warmer, List<SearchOperationListener> searchOperationListener, List<IndexingOperationListener> listeners, Runnable globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer, CircuitBreakerService circuitBreakerService) -
Uses of RetentionLeaseSyncer in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type RetentionLeaseSyncer Modifier and Type Method Description IndexShardIndicesService. createShard(ShardRouting shardRouting, RecoveryState recoveryState, PeerRecoveryTargetService recoveryTargetService, PeerRecoveryTargetService.RecoveryListener recoveryListener, RepositoriesService repositoriesService, Consumer<IndexShard.ShardFailure> onShardFailure, Consumer<ShardId> globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer) -
Uses of RetentionLeaseSyncer in org.elasticsearch.indices.cluster
Methods in org.elasticsearch.indices.cluster with parameters of type RetentionLeaseSyncer Modifier and Type Method Description TIndicesClusterStateService.AllocatedIndices. createShard(ShardRouting shardRouting, RecoveryState recoveryState, PeerRecoveryTargetService recoveryTargetService, PeerRecoveryTargetService.RecoveryListener recoveryListener, RepositoriesService repositoriesService, Consumer<IndexShard.ShardFailure> onShardFailure, Consumer<ShardId> globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer)Creates a shard for the specified shard routing and starts recovery.
-