@Experimental
public interface CommittableMessage<CommT>
SinkWriter to Committer.| Modifier and Type | Field and Description |
|---|---|
static long |
EOI
Special value for checkpointId for the end of input in case of batch commit or final
checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default OptionalLong |
getCheckpointId()
Deprecated.
|
long |
getCheckpointIdOrEOI()
Returns the checkpoint id or EOI if this message belong to the final checkpoint or the batch
commit.
|
int |
getSubtaskId()
The subtask that created this committable.
|
static final long EOI
int getSubtaskId()
@Deprecated default OptionalLong getCheckpointId()
getCheckpointIdOrEOI()long getCheckpointIdOrEOI()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.