Uses of Class
org.elasticsearch.index.shard.IndexShard.ShardFailure
-
Packages that use IndexShard.ShardFailure Package Description org.elasticsearch.index.shard org.elasticsearch.indices org.elasticsearch.indices.cluster -
-
Uses of IndexShard.ShardFailure in org.elasticsearch.index.shard
Method parameters in org.elasticsearch.index.shard with type arguments of type IndexShard.ShardFailure Modifier and Type Method Description voidIndexShard. addShardFailureCallback(Consumer<IndexShard.ShardFailure> onShardFailure) -
Uses of IndexShard.ShardFailure in org.elasticsearch.indices
Method parameters in org.elasticsearch.indices with type arguments of type IndexShard.ShardFailure 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 IndexShard.ShardFailure in org.elasticsearch.indices.cluster
Method parameters in org.elasticsearch.indices.cluster with type arguments of type IndexShard.ShardFailure 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.
-