Class ExternalSliceQueue
java.lang.Object
org.elasticsearch.xpack.esql.datasources.ExternalSliceQueue
Thread-safe queue of
ExternalSplit instances for parallel external source execution.
Analogous to LuceneSliceQueue but simpler: splits are claimed sequentially
via nextSplit() until exhausted.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExternalSliceQueue
-
-
Method Details
-
nextSplit
-
totalSlices
public int totalSlices()
-