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

Packages that use MutableShardRouting
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.allocation.allocator   
 

Uses of MutableShardRouting in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that return MutableShardRouting
 MutableShardRouting RoutingNodes.findPrimaryForReplica(ShardRouting shard)
           
 

Methods in org.elasticsearch.cluster.routing that return types with arguments of type MutableShardRouting
 List<MutableShardRouting> RoutingNodes.getUnassigned()
           
 List<MutableShardRouting> RoutingNodes.ignoredUnassigned()
           
 Iterator<MutableShardRouting> RoutingNode.iterator()
           
 List<MutableShardRouting> RoutingNode.shards()
           
 List<MutableShardRouting> RoutingNodes.shardsRoutingFor(ShardRouting shardRouting)
           
 List<MutableShardRouting> RoutingNodes.shardsRoutingFor(String index, int shardId)
           
 List<MutableShardRouting> RoutingNode.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)
           
 List<MutableShardRouting> RoutingNodes.unassigned()
           
 

Methods in org.elasticsearch.cluster.routing with parameters of type MutableShardRouting
 void RoutingNode.add(MutableShardRouting shard)
           
 

Constructor parameters in org.elasticsearch.cluster.routing with type arguments of type MutableShardRouting
RoutingNode(String nodeId, DiscoveryNode node, List<MutableShardRouting> shards)
           
 

Uses of MutableShardRouting in org.elasticsearch.cluster.routing.allocation.allocator
 

Methods in org.elasticsearch.cluster.routing.allocation.allocator with parameters of type MutableShardRouting
 boolean ShardsAllocator.move(MutableShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean ShardsAllocators.move(MutableShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean EvenShardsCountAllocator.move(MutableShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 



Copyright © 2009-2012. All Rights Reserved.