| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract DirectoryStateHandle |
SnapshotDirectory.completeSnapshotAndGetHandle()
Calling this method completes the snapshot for this snapshot directory, if possible, and
creates a corresponding
DirectoryStateHandle that points to the snapshot directory. |
DirectoryStateHandle |
DirectoryKeyedStateHandle.getDirectoryStateHandle() |
| 构造器和说明 |
|---|
DirectoryKeyedStateHandle(DirectoryStateHandle directoryStateHandle,
KeyGroupRange keyGroupRange) |
IncrementalLocalKeyedStateHandle(UUID backendIdentifier,
long checkpointId,
DirectoryStateHandle directoryStateHandle,
KeyGroupRange keyGroupRange,
StreamStateHandle metaDataState,
Map<StateHandleID,StreamStateHandle> sharedStateHandleIDs) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.