Package org.elasticsearch.cluster.routing.allocation.decider

Class Summary
AllocationDecider A pluggable logic allowing to control if allocation of a shard is allowed on a specific node.
AllocationDeciders Holds several AllocationDeciders and combines them into a single allocation decision.
AllocationDecidersModule  
AwarenessAllocationDecider  
ClusterRebalanceAllocationDecider  
ConcurrentRebalanceAllocationDecider  
DisableAllocationDecider  
FilterAllocationDecider  
RebalanceOnlyWhenActiveAllocationDecider Only allow rebalancing when all shards are active within the shard replication group.
ReplicaAfterPrimaryActiveAllocationDecider An allocation strategy that only allows for a replica to be allocated when the primary is active.
SameShardAllocationDecider An allocation strategy that does not allow for the same shard instance to be allocated on the same node.
ShardsLimitAllocationDecider  
ThrottlingAllocationDecider  
 

Enum Summary
AllocationDecider.Decision  
ClusterRebalanceAllocationDecider.ClusterRebalanceType  
 



Copyright © 2009-2012. All Rights Reserved.