org.elasticsearch.cluster.routing.allocation
Class RebalanceOnlyWhenActiveNodeAllocation

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cluster.routing.allocation.NodeAllocation
          extended by org.elasticsearch.cluster.routing.allocation.RebalanceOnlyWhenActiveNodeAllocation

public class RebalanceOnlyWhenActiveNodeAllocation
extends NodeAllocation

Only allow rebalancing when all shards are active within the shard replication group.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.elasticsearch.cluster.routing.allocation.NodeAllocation
NodeAllocation.Decision
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
RebalanceOnlyWhenActiveNodeAllocation(Settings settings)
           
 
Method Summary
 boolean canRebalance(ShardRouting shardRouting, RoutingAllocation allocation)
           
 
Methods inherited from class org.elasticsearch.cluster.routing.allocation.NodeAllocation
allocateUnassigned, applyFailedShards, applyStartedShards, canAllocate
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RebalanceOnlyWhenActiveNodeAllocation

@Inject
public RebalanceOnlyWhenActiveNodeAllocation(Settings settings)
Method Detail

canRebalance

public boolean canRebalance(ShardRouting shardRouting,
                            RoutingAllocation allocation)
Overrides:
canRebalance in class NodeAllocation