Uses of Interface
org.apache.flink.runtime.operators.util.CloseableInputProvider
-
Packages that use CloseableInputProvider Package Description org.apache.flink.runtime.operators org.apache.flink.runtime.operators.sort org.apache.flink.runtime.operators.util -
-
Uses of CloseableInputProvider in org.apache.flink.runtime.operators
Classes in org.apache.flink.runtime.operators that implement CloseableInputProvider Modifier and Type Class Description classTempBarrier<T>This class facilitates JVM-local exchange between stages of a batch job.Fields in org.apache.flink.runtime.operators declared as CloseableInputProvider Modifier and Type Field Description protected CloseableInputProvider<?>[]BatchTask. localStrategiesThe local strategies that are applied on the inputs. -
Uses of CloseableInputProvider in org.apache.flink.runtime.operators.sort
Subinterfaces of CloseableInputProvider in org.apache.flink.runtime.operators.sort Modifier and Type Interface Description interfacePushSorter<E>A push-basedSorter.interfaceSorter<E>The SortMerger interface representing the public interface to all specific Sort-Merge implementations.Classes in org.apache.flink.runtime.operators.sort that implement CloseableInputProvider Modifier and Type Class Description classExternalSorter<E>TheExternalSorteris a full fledged sorter. -
Uses of CloseableInputProvider in org.apache.flink.runtime.operators.util
Classes in org.apache.flink.runtime.operators.util that implement CloseableInputProvider Modifier and Type Class Description classSimpleCloseableInputProvider<E>A simple iterator provider that returns a supplied iterator and does nothing when closed.
-