Class MultiInputSortingDataInput.SelectableSortingInputs
- java.lang.Object
-
- org.apache.flink.streaming.api.operators.sort.MultiInputSortingDataInput.SelectableSortingInputs
-
- Enclosing class:
- MultiInputSortingDataInput<IN,K>
public static class MultiInputSortingDataInput.SelectableSortingInputs extends Object
A wrapper that combines sortinginputswith aInputSelectablethat should be used to choose which input to consume next from.
-
-
Constructor Summary
Constructors Constructor Description SelectableSortingInputs(StreamTaskInput<?>[] sortedInputs, StreamTaskInput<?>[] passThroughInputs, InputSelectable inputSelectable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSelectablegetInputSelectable()StreamTaskInput<?>[]getPassThroughInputs()StreamTaskInput<?>[]getSortedInputs()
-
-
-
Constructor Detail
-
SelectableSortingInputs
public SelectableSortingInputs(StreamTaskInput<?>[] sortedInputs, StreamTaskInput<?>[] passThroughInputs, InputSelectable inputSelectable)
-
-
Method Detail
-
getInputSelectable
public InputSelectable getInputSelectable()
-
getSortedInputs
public StreamTaskInput<?>[] getSortedInputs()
-
getPassThroughInputs
public StreamTaskInput<?>[] getPassThroughInputs()
-
-