public class CommitAckEvent extends Object implements org.apache.flink.runtime.operators.coordination.OperatorEvent
| Constructor and Description |
|---|
CommitAckEvent() |
CommitAckEvent(long checkpointId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCheckpointId() |
static CommitAckEvent |
getInstance(long checkpointId) |
void |
setCheckpointId(long checkpointId) |
public CommitAckEvent(long checkpointId)
public CommitAckEvent()
public long getCheckpointId()
public void setCheckpointId(long checkpointId)
public static CommitAckEvent getInstance(long checkpointId)
Copyright © 2023 The Apache Software Foundation. All rights reserved.