| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Constructor and Description |
|---|
IncrementalLocalKeyedStateHandle(UUID backendIdentifier,
long checkpointId,
DirectoryStateHandle directoryStateHandle,
KeyGroupRange keyGroupRange,
StreamStateHandle metaDataState,
List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.