Class RoundRobinStrategy

java.lang.Object
org.elasticsearch.xpack.esql.plugin.RoundRobinStrategy
All Implemented Interfaces:
ExternalDistributionStrategy

public final class RoundRobinStrategy extends Object implements ExternalDistributionStrategy
Distributes external splits evenly across eligible data nodes in round-robin order. Falls back to coordinator-only when there are no splits or no eligible nodes.