Uses of Class
org.elasticsearch.index.shard.IllegalIndexShardStateException
-
Packages that use IllegalIndexShardStateException Package Description org.elasticsearch.index.shard -
-
Uses of IllegalIndexShardStateException in org.elasticsearch.index.shard
Subclasses of IllegalIndexShardStateException in org.elasticsearch.index.shard Modifier and Type Class Description classIndexShardClosedExceptionclassIndexShardNotRecoveringExceptionclassIndexShardNotStartedExceptionclassIndexShardRecoveringExceptionclassIndexShardRelocatedExceptionclassIndexShardStartedExceptionclassShardNotInPrimaryModeExceptionMethods in org.elasticsearch.index.shard that throw IllegalIndexShardStateException Modifier and Type Method Description voidIndexShard. readAllowed()voidIndexShard. relocated(String targetAllocationId, Consumer<ReplicationTracker.PrimaryContext> consumer)Completes the relocation.protected voidIndexShard. verifyActive()
-