public interface CheckpointBoundKeyedStateHandle extends KeyedStateHandle
KeyedStateHandle that is bound to a specific checkpoint.StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector| Modifier and Type | Method and Description |
|---|---|
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, registerSharedStatescollectSizeStats, discardState, getStateSizelong getCheckpointId()
CheckpointBoundKeyedStateHandle rebound(long checkpointId)
CheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id.checkpointId - rebounded checkpoint id.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.