Uses of Class
org.elasticsearch.cluster.routing.ShardRoutingState

Packages that use ShardRoutingState
org.elasticsearch.cluster.routing   
 

Uses of ShardRoutingState in org.elasticsearch.cluster.routing
 

Fields in org.elasticsearch.cluster.routing declared as ShardRoutingState
protected  ShardRoutingState ImmutableShardRouting.state
           
 

Methods in org.elasticsearch.cluster.routing that return ShardRoutingState
static ShardRoutingState ShardRoutingState.fromValue(byte value)
           
 ShardRoutingState ImmutableShardRouting.state()
           
 ShardRoutingState ShardRouting.state()
          The shard state.
static ShardRoutingState ShardRoutingState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShardRoutingState[] ShardRoutingState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.cluster.routing with parameters of type ShardRoutingState
 int IndexShardRoutingTable.countWithState(ShardRoutingState state)
           
 int RoutingNode.numberOfShardsNotWithState(ShardRoutingState state)
           
 int RoutingNodes.numberOfShardsOfType(ShardRoutingState state)
           
 int RoutingNode.numberOfShardsWithState(ShardRoutingState... states)
           
 List<ShardRouting> IndexRoutingTable.shardsWithState(ShardRoutingState... states)
           
 List<ShardRouting> RoutingTable.shardsWithState(ShardRoutingState... states)
           
 List<MutableShardRouting> RoutingNode.shardsWithState(ShardRoutingState... states)
           
 List<ShardRouting> IndexShardRoutingTable.shardsWithState(ShardRoutingState... states)
           
 List<MutableShardRouting> RoutingNodes.shardsWithState(ShardRoutingState... state)
           
 List<MutableShardRouting> RoutingNode.shardsWithState(String index, ShardRoutingState... states)
           
 List<MutableShardRouting> RoutingNodes.shardsWithState(String index, ShardRoutingState... state)
           
 

Constructors in org.elasticsearch.cluster.routing with parameters of type ShardRoutingState
ImmutableShardRouting(String index, int shardId, String currentNodeId, boolean primary, ShardRoutingState state, long version)
           
ImmutableShardRouting(String index, int shardId, String currentNodeId, String relocatingNodeId, boolean primary, ShardRoutingState state, long version)
           
MutableShardRouting(String index, int shardId, String currentNodeId, boolean primary, ShardRoutingState state, long version)
           
MutableShardRouting(String index, int shardId, String currentNodeId, String relocatingNodeId, boolean primary, ShardRoutingState state, long version)
           
 



Copyright © 2009-2012. All Rights Reserved.