Uses of Class
org.elasticsearch.cluster.routing.RoutingNode

Packages that use RoutingNode
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.allocation.allocator   
org.elasticsearch.cluster.routing.allocation.decider   
 

Uses of RoutingNode in org.elasticsearch.cluster.routing
 

Methods in org.elasticsearch.cluster.routing that return RoutingNode
 RoutingNode RoutingNodes.node(String nodeId)
           
 

Methods in org.elasticsearch.cluster.routing that return types with arguments of type RoutingNode
 Map<String,RoutingNode> RoutingNodes.getNodesToShards()
           
 Iterator<RoutingNode> RoutingNodes.iterator()
           
 Map<String,RoutingNode> RoutingNodes.nodesToShards()
           
 

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

Methods in org.elasticsearch.cluster.routing.allocation.allocator with parameters of type RoutingNode
 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)
           
 

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

Methods in org.elasticsearch.cluster.routing.allocation.decider with parameters of type RoutingNode
 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.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)
           
 



Copyright © 2009-2012. All Rights Reserved.