| Package | Description |
|---|---|
| org.apache.flink.datastream.api.stream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessConfigurable<T extends ProcessConfigurable<T>>
This represents the configuration handle of processing.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GlobalStream.ProcessConfigurableAndGlobalStream<T>
This interface represents a configurable
GlobalStream. |
static interface |
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T>
This interface represents a configurable
KeyedPartitionStream. |
static interface |
NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<T>
This interface represents a configurable
NonKeyedPartitionStream. |
| Modifier and Type | Method and Description |
|---|---|
ProcessConfigurable<?> |
NonKeyedPartitionStream.toSink(org.apache.flink.api.connector.dsv2.Sink<T> sink) |
ProcessConfigurable<?> |
GlobalStream.toSink(org.apache.flink.api.connector.dsv2.Sink<T> sink) |
ProcessConfigurable<?> |
KeyedPartitionStream.toSink(org.apache.flink.api.connector.dsv2.Sink<T> sink) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.