public static class MultiInputSortingDataInput.SelectableSortingInputs extends Object
inputs with a InputSelectable
that should be used to choose which input to consume next from.| 构造器和说明 |
|---|
SelectableSortingInputs(StreamTaskInput<?>[] sortedInputs,
StreamTaskInput<?>[] passThroughInputs,
InputSelectable inputSelectable) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputSelectable |
getInputSelectable() |
StreamTaskInput<?>[] |
getPassThroughInputs() |
StreamTaskInput<?>[] |
getSortedInputs() |
public SelectableSortingInputs(StreamTaskInput<?>[] sortedInputs, StreamTaskInput<?>[] passThroughInputs, InputSelectable inputSelectable)
public InputSelectable getInputSelectable()
public StreamTaskInput<?>[] getSortedInputs()
public StreamTaskInput<?>[] getPassThroughInputs()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.