| 程序包 | 说明 |
|---|---|
| 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. |
static DirectoryStateHandle |
DirectoryStateHandle.forPathWithSize(Path directory) |
DirectoryStateHandle |
IncrementalLocalKeyedStateHandle.getDirectoryStateHandle() |
| 构造器和说明 |
|---|
IncrementalLocalKeyedStateHandle(UUID backendIdentifier,
long checkpointId,
DirectoryStateHandle directoryStateHandle,
KeyGroupRange keyGroupRange,
StreamStateHandle metaDataState,
List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.