@ThreadSafe
public class Worker
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
Worker(java.io.File logsDir,
java.util.Map<PropertyKey,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
start()
Launches the worker process.
|
public Worker(java.io.File logsDir,
java.util.Map<PropertyKey,java.lang.String> properties)
throws java.io.IOException
logsDir - log directoryproperties - alluxio propertiesjava.io.IOExceptionCopyright © 2020. All Rights Reserved.