public interface IncrementalKeyedStateHandle extends KeyedStateHandle, CheckpointBoundKeyedStateHandle
KeyedStateHandle
.Modifier and Type | Method and Description |
---|---|
UUID |
getBackendIdentifier()
Returns the identifier of the state backend from which this handle was created.
|
Map<StateHandleID,StreamStateHandle> |
getSharedStateHandles()
Returns a set of ids of all registered shared states in the backend at the time this was
created.
|
getCheckpointId, rebound
getIntersection, getKeyGroupRange, getStateHandleId
getCheckpointedSize, registerSharedStates
discardState, getStateSize
@Nonnull UUID getBackendIdentifier()
@Nonnull Map<StateHandleID,StreamStateHandle> getSharedStateHandles()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.