public interface IncrementalKeyedStateHandle extends KeyedStateHandle, CheckpointBoundKeyedStateHandle
KeyedStateHandle.| 限定符和类型 | 接口和说明 |
|---|---|
static class |
IncrementalKeyedStateHandle.HandleAndLocalPath
A Holder of StreamStateHandle and the corresponding localPath.
|
| 限定符和类型 | 方法和说明 |
|---|---|
UUID |
getBackendIdentifier()
Returns the identifier of the state backend from which this handle was created.
|
List<IncrementalKeyedStateHandle.HandleAndLocalPath> |
getSharedStateHandles()
Returns a list of all shared states and the corresponding localPath in the backend at the
time this was created.
|
getCheckpointId, reboundgetIntersection, getKeyGroupRange, getStateHandleIdgetCheckpointedSize, registerSharedStatesdiscardState, getStateSize@Nonnull UUID getBackendIdentifier()
@Nonnull List<IncrementalKeyedStateHandle.HandleAndLocalPath> getSharedStateHandles()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.