@Internal public interface ChangelogStateBackendHandle extends KeyedStateHandle, CheckpointBoundKeyedStateHandle
| Modifier and Type | Interface and Description |
|---|---|
static class |
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl |
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector| Modifier and Type | Method and Description |
|---|---|
long |
getMaterializationID() |
List<KeyedStateHandle> |
getMaterializedStateHandles() |
List<ChangelogStateHandle> |
getNonMaterializedStateHandles() |
ChangelogStateBackendHandle |
rebound(long checkpointId)
Returns a new
CheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id. |
getCheckpointIdgetIntersection, getKeyGroupRange, getStateHandleIdgetCheckpointedSize, registerSharedStatescollectSizeStats, discardState, getStateSizeList<KeyedStateHandle> getMaterializedStateHandles()
List<ChangelogStateHandle> getNonMaterializedStateHandles()
long getMaterializationID()
ChangelogStateBackendHandle rebound(long checkpointId)
CheckpointBoundKeyedStateHandleCheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id.rebound in interface CheckpointBoundKeyedStateHandlecheckpointId - rebounded checkpoint id.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.