@Internal public interface ChangelogStateBackendHandle extends KeyedStateHandle, CheckpointBoundKeyedStateHandle
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
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, registerSharedStatesdiscardState, getStateSizeList<KeyedStateHandle> getMaterializedStateHandles()
List<ChangelogStateHandle> getNonMaterializedStateHandles()
long getMaterializationID()
ChangelogStateBackendHandle rebound(long checkpointId)
CheckpointBoundKeyedStateHandleCheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id.rebound 在接口中 CheckpointBoundKeyedStateHandlecheckpointId - rebounded checkpoint id.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.