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

Packages that use AllocationDeciders
org.elasticsearch.cluster.routing.allocation   
 

Uses of AllocationDeciders in org.elasticsearch.cluster.routing.allocation
 

Methods in org.elasticsearch.cluster.routing.allocation that return AllocationDeciders
 AllocationDeciders RoutingAllocation.deciders()
           
 

Constructors in org.elasticsearch.cluster.routing.allocation with parameters of type AllocationDeciders
AllocationService(Settings settings, AllocationDeciders allocationDeciders, ShardsAllocators shardsAllocators)
           
FailedRerouteAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes, ShardRouting failedShard)
           
RoutingAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes)
           
StartedRerouteAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, DiscoveryNodes nodes, List<? extends ShardRouting> startedShards)
           
 



Copyright © 2009-2012. All Rights Reserved.