org.elasticsearch.cluster.routing.allocation.decider
Class ConcurrentRebalanceAllocationDecider

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
          extended by org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider

public class ConcurrentRebalanceAllocationDecider
extends AllocationDecider


Nested Class Summary
 
Nested classes/interfaces inherited from class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
AllocationDecider.Decision
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
ConcurrentRebalanceAllocationDecider(Settings settings, NodeSettingsService nodeSettingsService)
           
 
Method Summary
 boolean canRebalance(ShardRouting shardRouting, RoutingAllocation allocation)
           
 
Methods inherited from class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
canAllocate, canRemain
 
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

ConcurrentRebalanceAllocationDecider

@Inject
public ConcurrentRebalanceAllocationDecider(Settings settings,
                                                   NodeSettingsService nodeSettingsService)
Method Detail

canRebalance

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


Copyright © 2009-2012. All Rights Reserved.