CheckpointFileManager
is the abstraction of checkpoint managers that can FIXME.
Method | Description |
---|---|
|
createAtomic(
path: Path,
overwriteIfPossible: Boolean): CancellableFSDataOutputStream Used when:
|
|
delete(path: Path): Unit Deletes a path recursively (if it exists) Used when:
|
|
exists(path: Path): Boolean Used when…FIXME |
|
isLocal: Boolean Does not seem to be used. |
|
list(path: Path): Array[FileStatus]
list(path: Path, filter: PathFilter): Array[FileStatus] Used when…FIXME |
|
mkdirs(path: Path): Unit Used when…FIXME |
|
open(path: Path): FSDataInputStream Opens a file for reading Used when:
|
CheckpointFileManager | Description |
---|---|