public interface CheckpointBoundKeyedStateHandle extends KeyedStateHandle
KeyedStateHandle that is bound to a specific checkpoint.| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCheckpointId()
Returns the ID of the checkpoint for which the handle was created or used.
|
CheckpointBoundKeyedStateHandle |
rebound(long checkpointId)
Returns a new
CheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id. |
getIntersection, getKeyGroupRange, getStateHandleIdgetCheckpointedSize, registerSharedStatesdiscardState, getStateSizelong getCheckpointId()
CheckpointBoundKeyedStateHandle rebound(long checkpointId)
CheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id.checkpointId - rebounded checkpoint id.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.