Uses of Class
org.elasticsearch.cluster.routing.RoutingNode
-
Packages that use RoutingNode Package Description org.elasticsearch.cluster.routing org.elasticsearch.cluster.routing.allocation.command org.elasticsearch.cluster.routing.allocation.decider -
-
Uses of RoutingNode in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return RoutingNode Modifier and Type Method Description RoutingNodeRoutingNodes. node(String nodeId)Methods in org.elasticsearch.cluster.routing that return types with arguments of type RoutingNode Modifier and Type Method Description Iterator<RoutingNode>RoutingNodes. iterator()Iterator<RoutingNode>RoutingNodes. mutableIterator() -
Uses of RoutingNode in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command with parameters of type RoutingNode Modifier and Type Method Description protected voidAbstractAllocateAllocationCommand. initializeUnassignedShard(RoutingAllocation allocation, RoutingNodes routingNodes, RoutingNode routingNode, ShardRouting shardRouting)Initializes an unassigned shard on a node and removes it from the unassignedprotected voidAbstractAllocateAllocationCommand. initializeUnassignedShard(RoutingAllocation allocation, RoutingNodes routingNodes, RoutingNode routingNode, ShardRouting shardRouting, UnassignedInfo unassignedInfo, RecoverySource recoverySource)Initializes an unassigned shard on a node and removes it from the unassigned -
Uses of RoutingNode in org.elasticsearch.cluster.routing.allocation.decider
Methods in org.elasticsearch.cluster.routing.allocation.decider with parameters of type RoutingNode Modifier and Type Method Description DecisionAllocationDecider. canAllocate(IndexMetaData indexMetaData, RoutingNode node, RoutingAllocation allocation)Returns aDecisionwhether the given shard routing can be allocated at all at this state of theRoutingAllocation.DecisionAllocationDecider. canAllocate(RoutingNode node, RoutingAllocation allocation)Returns aDecisionwhether the given node can allow any allocation at all at this state of theRoutingAllocation.DecisionAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)Returns aDecisionwhether the given shard routing can be allocated on the given node.DecisionAllocationDeciders. canAllocate(IndexMetaData indexMetaData, RoutingNode node, RoutingAllocation allocation)DecisionAllocationDeciders. canAllocate(RoutingNode node, RoutingAllocation allocation)DecisionAllocationDeciders. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionAwarenessAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionDiskThresholdDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionEnableAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionFilterAllocationDecider. canAllocate(IndexMetaData indexMetaData, RoutingNode node, RoutingAllocation allocation)DecisionFilterAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionMaxRetryAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionNodeVersionAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionReplicaAfterPrimaryActiveAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionResizeAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionRestoreInProgressAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionSameShardAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionShardsLimitAllocationDecider. canAllocate(RoutingNode node, RoutingAllocation allocation)DecisionShardsLimitAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionSnapshotInProgressAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)Returns aDecisionwhether the given shard routing can be allocated on the given node.DecisionThrottlingAllocationDecider. canAllocate(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionAllocationDecider. canForceAllocatePrimary(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)Returns aDecisionwhether the given primary shard can be forcibly allocated on the given node.DecisionAllocationDeciders. canForceAllocatePrimary(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionMaxRetryAllocationDecider. canForceAllocatePrimary(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionResizeAllocationDecider. canForceAllocatePrimary(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionRestoreInProgressAllocationDecider. canForceAllocatePrimary(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionSameShardAllocationDecider. canForceAllocatePrimary(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionAllocationDecider. canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)Returns aDecisionwhether the given shard routing can be remain on the given node.DecisionAllocationDeciders. canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionAwarenessAllocationDecider. canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionDiskThresholdDecider. canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionFilterAllocationDecider. canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)DecisionShardsLimitAllocationDecider. canRemain(ShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation)
-