Class MultiInputSortingDataInput.SelectableSortingInputs
java.lang.Object
org.apache.flink.streaming.api.operators.sort.MultiInputSortingDataInput.SelectableSortingInputs
- Enclosing class:
- MultiInputSortingDataInput<IN,
K>
A wrapper that combines sorting
inputs with a InputSelectable
that should be used to choose which input to consume next from.-
Constructor Summary
ConstructorsConstructorDescriptionSelectableSortingInputs(StreamTaskInput<?>[] sortedInputs, StreamTaskInput<?>[] passThroughInputs, InputSelectable inputSelectable) -
Method Summary
-
Constructor Details
-
SelectableSortingInputs
public SelectableSortingInputs(StreamTaskInput<?>[] sortedInputs, StreamTaskInput<?>[] passThroughInputs, InputSelectable inputSelectable)
-
-
Method Details
-
getInputSelectable
-
getSortedInputs
-
getPassThroughInputs
-