Constructor and Description |
---|
BasicCheckpoint(String fileFolder,
int numFiles,
FileSystemContext fsContext) |
Modifier and Type | Method and Description |
---|---|
Boolean |
call() |
static void |
main(String[] args)
Example program for using checkpoints.
|
public BasicCheckpoint(String fileFolder, int numFiles, FileSystemContext fsContext)
fileFolder
- folder to use for the filesnumFiles
- the number of filesfsContext
- filesystem context to use for client operationspublic static void main(String[] args) throws IOException
java -cp <ALLUXIO-VERSION> alluxio.examples.BasicCheckpoint <FileFolder> <Files>
args
- the folder for the files and the files to useIOException
Copyright © 2023. All Rights Reserved.