@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. |
getCheckpointId
getIntersection, getKeyGroupRange, getStateHandleId
getCheckpointedSize, registerSharedStates
collectSizeStats, discardState, getStateSize
List<KeyedStateHandle> getMaterializedStateHandles()
List<ChangelogStateHandle> getNonMaterializedStateHandles()
long getMaterializationID()
ChangelogStateBackendHandle rebound(long checkpointId)
CheckpointBoundKeyedStateHandle
CheckpointBoundKeyedStateHandle
Rebounding checkpoint id to a specific
checkpoint id.rebound
in interface CheckpointBoundKeyedStateHandle
checkpointId
- rebounded checkpoint id.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.