@Internal public interface StreamTaskInput<T> extends PushingAsyncDataInput<T>, Closeable
PushingAsyncDataInput.DataOutput<T>| Modifier and Type | Field and Description |
|---|---|
static int |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
int |
getInputIndex()
Returns the input index of this input.
|
CompletableFuture<Void> |
prepareSnapshot(org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter channelStateWriter,
long checkpointId)
Prepares to spill the in-flight input buffers as checkpoint snapshot.
|
emitNextstatic final int UNSPECIFIED
int getInputIndex()
CompletableFuture<Void> prepareSnapshot(org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter channelStateWriter, long checkpointId) throws org.apache.flink.runtime.checkpoint.CheckpointException
org.apache.flink.runtime.checkpoint.CheckpointExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.