Package alluxio.multi.process
Class Master
- java.lang.Object
-
- alluxio.multi.process.BaseMaster
-
- alluxio.multi.process.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 alluxio.multi.process.BaseMaster
close, getConf, start, updateConf
-
-