Class ExternalSourceDrainUtils

java.lang.Object
org.elasticsearch.xpack.esql.datasources.ExternalSourceDrainUtils

public final class ExternalSourceDrainUtils extends Object
Utility for draining pages from a CloseableIterator into an AsyncExternalSourceBuffer with backpressure. Uses blocking wait instead of spin-wait, relying on the buffer's notifyNotFull() in finish() to wake producers when no more input is needed.