Uses of Class
org.elasticsearch.cluster.routing.allocation.RoutingAllocation

Packages that use RoutingAllocation
org.elasticsearch.cluster.routing.allocation   
org.elasticsearch.cluster.routing.allocation.allocator   
org.elasticsearch.cluster.routing.allocation.decider   
org.elasticsearch.gateway.blobstore   
org.elasticsearch.gateway.local   
org.elasticsearch.gateway.none   
 

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

Subclasses of RoutingAllocation in org.elasticsearch.cluster.routing.allocation
 class FailedRerouteAllocation
           
 class StartedRerouteAllocation
           
 

Uses of RoutingAllocation in org.elasticsearch.cluster.routing.allocation.allocator
 

Methods in org.elasticsearch.cluster.routing.allocation.allocator with parameters of type RoutingAllocation
 boolean ShardsAllocator.allocateUnassigned(RoutingAllocation allocation)
           
 boolean ShardsAllocators.allocateUnassigned(RoutingAllocation allocation)
           
 boolean GatewayAllocator.allocateUnassigned(RoutingAllocation allocation)
           
 boolean EvenShardsCountAllocator.allocateUnassigned(RoutingAllocation allocation)
           
 boolean ShardsAllocator.move(MutableShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean ShardsAllocators.move(MutableShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean EvenShardsCountAllocator.move(MutableShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean ShardsAllocator.rebalance(RoutingAllocation allocation)
           
 boolean ShardsAllocators.rebalance(RoutingAllocation allocation)
           
 boolean EvenShardsCountAllocator.rebalance(RoutingAllocation allocation)
           
 

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

Methods in org.elasticsearch.cluster.routing.allocation.decider with parameters of type RoutingAllocation
 AllocationDecider.Decision AllocationDeciders.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision DisableAllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision ThrottlingAllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision AwarenessAllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision AllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision ReplicaAfterPrimaryActiveAllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision SameShardAllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision ShardsLimitAllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 AllocationDecider.Decision FilterAllocationDecider.canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean AllocationDeciders.canRebalance(ShardRouting shardRouting, RoutingAllocation allocation)
           
 boolean AllocationDecider.canRebalance(ShardRouting shardRouting, RoutingAllocation allocation)
           
 boolean ClusterRebalanceAllocationDecider.canRebalance(ShardRouting shardRouting, RoutingAllocation allocation)
           
 boolean ConcurrentRebalanceAllocationDecider.canRebalance(ShardRouting shardRouting, RoutingAllocation allocation)
           
 boolean RebalanceOnlyWhenActiveAllocationDecider.canRebalance(ShardRouting shardRouting, RoutingAllocation allocation)
           
 boolean AllocationDeciders.canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean AwarenessAllocationDecider.canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean AllocationDecider.canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
          Can the provided shard routing remain on the node?
 boolean ShardsLimitAllocationDecider.canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 boolean FilterAllocationDecider.canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
           
 

Uses of RoutingAllocation in org.elasticsearch.gateway.blobstore
 

Methods in org.elasticsearch.gateway.blobstore with parameters of type RoutingAllocation
 boolean BlobReuseExistingGatewayAllocator.allocateUnassigned(RoutingAllocation allocation)
           
 

Uses of RoutingAllocation in org.elasticsearch.gateway.local
 

Methods in org.elasticsearch.gateway.local with parameters of type RoutingAllocation
 boolean LocalGatewayAllocator.allocateUnassigned(RoutingAllocation allocation)
           
 

Uses of RoutingAllocation in org.elasticsearch.gateway.none
 

Methods in org.elasticsearch.gateway.none with parameters of type RoutingAllocation
 boolean NoneGatewayAllocator.allocateUnassigned(RoutingAllocation allocation)
           
 



Copyright © 2009-2012. All Rights Reserved.