Package alluxio.multi.process
Class Worker
- java.lang.Object
-
- alluxio.multi.process.Worker
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@ThreadSafe public class Worker extends java.lang.Object implements java.io.CloseableClass for running and interacting with an Alluxio worker in a separate process.
-
-
Constructor Summary
Constructors Constructor Description Worker(java.io.File logsDir, java.util.Map<alluxio.conf.PropertyKey,java.lang.Object> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidstart()Launches the worker process.
-