Class AlluxioFS


  • public class AlluxioFS
    extends java.lang.Object
    Example 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 void main​(java.lang.String[] args)
      Entry point for the AlluxioFS program.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlluxioFS

        public AlluxioFS()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws alluxio.exception.FileAlreadyExistsException,
                                alluxio.exception.InvalidPathException,
                                alluxio.exception.AlluxioException,
                                java.io.IOException
        Entry point for the AlluxioFS program.
        Parameters:
        args - command-line arguments
        Throws:
        alluxio.exception.FileAlreadyExistsException
        alluxio.exception.InvalidPathException
        alluxio.exception.AlluxioException
        java.io.IOException