| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.co |
| 限定符和类型 | 字段和说明 |
|---|---|
static InputSelection |
InputSelection.ALL
The
InputSelection instance which indicates to select all inputs. |
static InputSelection |
InputSelection.FIRST
The
InputSelection instance which indicates to select the first input. |
static InputSelection |
InputSelection.SECOND
The
InputSelection instance which indicates to select the second input. |
| 限定符和类型 | 方法和说明 |
|---|---|
InputSelection |
InputSelection.Builder.build() |
InputSelection |
InputSelection.Builder.build(int inputCount)
Build normalized mask, if all inputs were manually selected, inputMask will be normalized
to -1.
|
InputSelection |
InputSelectable.nextSelection()
Returns the next
InputSelection that wants to get the record. |
| 限定符和类型 | 方法和说明 |
|---|---|
static InputSelection.Builder |
InputSelection.Builder.from(InputSelection selection)
Returns a
Builder that uses the input mask of the specified selection as
the initial mask. |
| 限定符和类型 | 方法和说明 |
|---|---|
InputSelection |
BatchCoBroadcastWithNonKeyedOperator.nextSelection() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.