public interface IncrementalKeyedStateHandle extends KeyedStateHandle, CheckpointBoundKeyedStateHandle
KeyedStateHandle.| 限定符和类型 | 方法和说明 |
|---|---|
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, reboundgetIntersection, getKeyGroupRange, getStateHandleIdgetCheckpointedSize, registerSharedStatesdiscardState, getStateSize@Nonnull UUID getBackendIdentifier()
@Nonnull Map<StateHandleID,StreamStateHandle> getSharedStateHandles()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.