Package alluxio.examples
Class AlluxioFS
- java.lang.Object
-
- alluxio.examples.AlluxioFS
-
public class AlluxioFS extends java.lang.ObjectExample program to use Alluxio native API to read and write files.
-
-
Constructor Summary
Constructors Constructor Description AlluxioFS()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point for theAlluxioFSprogram.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws alluxio.exception.FileAlreadyExistsException, alluxio.exception.InvalidPathException, alluxio.exception.AlluxioException, java.io.IOExceptionEntry point for theAlluxioFSprogram.- Parameters:
args- command-line arguments- Throws:
alluxio.exception.FileAlreadyExistsExceptionalluxio.exception.InvalidPathExceptionalluxio.exception.AlluxioExceptionjava.io.IOException
-
-