Uses of Class
org.elasticsearch.indices.recovery.PeerRecoveryTargetService
-
Packages that use PeerRecoveryTargetService Package Description org.elasticsearch.index.shard org.elasticsearch.indices org.elasticsearch.indices.cluster -
-
Uses of PeerRecoveryTargetService in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type PeerRecoveryTargetService Modifier and Type Method Description voidIndexShard. startRecovery(RecoveryState recoveryState, PeerRecoveryTargetService recoveryTargetService, PeerRecoveryTargetService.RecoveryListener recoveryListener, RepositoriesService repositoriesService, BiConsumer<String,MappingMetaData> mappingUpdateConsumer, IndicesService indicesService) -
Uses of PeerRecoveryTargetService in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type PeerRecoveryTargetService 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 PeerRecoveryTargetService in org.elasticsearch.indices.cluster
Methods in org.elasticsearch.indices.cluster with parameters of type PeerRecoveryTargetService 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.Constructors in org.elasticsearch.indices.cluster with parameters of type PeerRecoveryTargetService Constructor Description IndicesClusterStateService(Settings settings, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool, PeerRecoveryTargetService recoveryTargetService, ShardStateAction shardStateAction, NodeMappingRefreshAction nodeMappingRefreshAction, RepositoriesService repositoriesService, SearchService searchService, SyncedFlushService syncedFlushService, PeerRecoverySourceService peerRecoverySourceService, SnapshotShardsService snapshotShardsService, PrimaryReplicaSyncer primaryReplicaSyncer, GlobalCheckpointSyncAction globalCheckpointSyncAction, RetentionLeaseSyncAction retentionLeaseSyncAction, RetentionLeaseBackgroundSyncAction retentionLeaseBackgroundSyncAction)
-