Class Master

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @ThreadSafe
    public class Master
    extends BaseMaster
    Class for running and interacting with an Alluxio master in a separate process.
    • Constructor Summary

      Constructors 
      Constructor Description
      Master​(java.io.File logsDir, java.util.Map<alluxio.conf.PropertyKey,​java.lang.Object> properties)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Master

        public Master​(java.io.File logsDir,
                      java.util.Map<alluxio.conf.PropertyKey,​java.lang.Object> properties)
               throws java.io.IOException
        Parameters:
        logsDir - logs directory
        properties - alluxio properties
        Throws:
        java.io.IOException