| Package | Description |
|---|---|
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.runtime.translators |
| Modifier and Type | Method and Description |
|---|---|
StreamConfig.InputRequirement |
StreamConfig.NetworkInputConfig.getInputRequirement() |
static StreamConfig.InputRequirement |
StreamConfig.InputRequirement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamConfig.InputRequirement[] |
StreamConfig.InputRequirement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,StreamConfig.InputRequirement> |
StreamNode.getInputRequirements() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamNode.addInputRequirement(int inputIndex,
StreamConfig.InputRequirement inputRequirement) |
| Constructor and Description |
|---|
NetworkInputConfig(org.apache.flink.api.common.typeutils.TypeSerializer<?> typeSerializer,
int inputGateIndex,
StreamConfig.InputRequirement inputRequirement) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchExecutionUtils.applyBatchExecutionSettings(int transformationId,
TransformationTranslator.Context context,
StreamConfig.InputRequirement... inputRequirements) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.