| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 方法和说明 |
|---|---|
static SnapshotDirectory |
SnapshotDirectory.permanent(Path directory)
Creates a permanent snapshot directory for the given path, which will not delete the
underlying directory in
cleanup() after completeSnapshotAndGetHandle() was
called. |
static SnapshotDirectory |
SnapshotDirectory.temporary(File directory)
Creates a local temporary snapshot directory for the given path.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.