Uses of Class
org.elasticsearch.index.shard.IndexShardRecoveringException
-
Packages that use IndexShardRecoveringException Package Description org.elasticsearch.index.shard -
-
Uses of IndexShardRecoveringException in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that throw IndexShardRecoveringException Modifier and Type Method Description IndexShardStateIndexShard. markAsRecovering(String reason, RecoveryState recoveryState)Marks the shard as recovering based on a recovery state, fails with exception is recovering is not allowed to be set.
-