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