@ThreadSafe @Internal public class StateChangeSet extends Object
| Constructor and Description |
|---|
StateChangeSet(UUID logId,
org.apache.flink.runtime.state.changelog.SequenceNumber sequenceNumber,
List<org.apache.flink.runtime.state.changelog.StateChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.runtime.state.changelog.StateChange> |
getChanges() |
UUID |
getLogId() |
org.apache.flink.runtime.state.changelog.SequenceNumber |
getSequenceNumber() |
long |
getSize() |
String |
toString() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.