Uses of Class
org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider

Packages that use AllocationDecider
org.elasticsearch.cluster.routing.allocation.decider   
 

Uses of AllocationDecider in org.elasticsearch.cluster.routing.allocation.decider
 

Subclasses of AllocationDecider in org.elasticsearch.cluster.routing.allocation.decider
 class AllocationDeciders
          Holds several AllocationDeciders and combines them into a single allocation decision.
 class AwarenessAllocationDecider
           
 class ClusterRebalanceAllocationDecider
           
 class ConcurrentRebalanceAllocationDecider
           
 class DisableAllocationDecider
           
 class FilterAllocationDecider
           
 class RebalanceOnlyWhenActiveAllocationDecider
          Only allow rebalancing when all shards are active within the shard replication group.
 class ReplicaAfterPrimaryActiveAllocationDecider
          An allocation strategy that only allows for a replica to be allocated when the primary is active.
 class SameShardAllocationDecider
          An allocation strategy that does not allow for the same shard instance to be allocated on the same node.
 class ShardsLimitAllocationDecider
           
 class ThrottlingAllocationDecider
           
 

Method parameters in org.elasticsearch.cluster.routing.allocation.decider with type arguments of type AllocationDecider
 AllocationDecidersModule AllocationDecidersModule.add(Class<? extends AllocationDecider> allocationDecider)
           
 

Constructor parameters in org.elasticsearch.cluster.routing.allocation.decider with type arguments of type AllocationDecider
AllocationDeciders(Settings settings, Set<AllocationDecider> allocations)
           
 



Copyright © 2009-2012. All Rights Reserved.