Uses of Class
org.elasticsearch.cluster.routing.RoutingNodes
-
Packages that use RoutingNodes Package Description org.elasticsearch.cluster org.elasticsearch.cluster.routing org.elasticsearch.cluster.routing.allocation org.elasticsearch.cluster.routing.allocation.command -
-
Uses of RoutingNodes in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return RoutingNodes Modifier and Type Method Description RoutingNodesClusterState. getRoutingNodes()Returns a built (on demand) routing nodes view of the routing table. -
Uses of RoutingNodes in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type RoutingNodes Modifier and Type Method Description static booleanRoutingNodes. assertShardStats(RoutingNodes routingNodes)Calculates RoutingNodes statistics by iterating over allShardRoutings in the cluster to ensure the book-keeping is correct.RoutingTable.BuilderRoutingTable.Builder. updateNodes(long version, RoutingNodes routingNodes)Constructors in org.elasticsearch.cluster.routing with parameters of type RoutingNodes Constructor Description UnassignedShards(RoutingNodes nodes) -
Uses of RoutingNodes in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return RoutingNodes Modifier and Type Method Description RoutingNodesRoutingAllocation. routingNodes()Get current routing nodesConstructors in org.elasticsearch.cluster.routing.allocation with parameters of type RoutingNodes Constructor Description RoutingAllocation(AllocationDeciders deciders, RoutingNodes routingNodes, ClusterState clusterState, ClusterInfo clusterInfo, long currentNanoTime)Creates a newRoutingAllocation -
Uses of RoutingNodes in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command with parameters of type RoutingNodes 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
-