Uses of Class
org.elasticsearch.index.shard.IndexShardState

Packages that use IndexShardState
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.index.shard   
org.elasticsearch.index.shard.service   
 

Uses of IndexShardState in org.elasticsearch.action.admin.indices.status
 

Methods in org.elasticsearch.action.admin.indices.status that return IndexShardState
 IndexShardState ShardStatus.getState()
          The shard state (index/local state).
 IndexShardState ShardStatus.state()
          The shard state (index/local state).
 

Uses of IndexShardState in org.elasticsearch.index.shard
 

Methods in org.elasticsearch.index.shard that return IndexShardState
 IndexShardState IllegalIndexShardStateException.currentState()
           
static IndexShardState IndexShardState.fromId(byte id)
           
static IndexShardState IndexShardState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexShardState[] IndexShardState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.elasticsearch.index.shard with parameters of type IndexShardState
IllegalIndexShardStateException(ShardId shardId, IndexShardState currentState, String msg)
           
IllegalIndexShardStateException(ShardId shardId, IndexShardState currentState, String msg, Throwable ex)
           
IndexShardNotRecoveringException(ShardId shardId, IndexShardState currentState)
           
IndexShardNotStartedException(ShardId shardId, IndexShardState currentState)
           
 

Uses of IndexShardState in org.elasticsearch.index.shard.service
 

Methods in org.elasticsearch.index.shard.service that return IndexShardState
 IndexShardState InternalIndexShard.recovering(String reason)
          Marks the shard as recovering, fails with exception is recovering is not allowed to be set.
 IndexShardState IndexShard.state()
           
 IndexShardState InternalIndexShard.state()
           
 



Copyright © 2009-2012. All Rights Reserved.