@ThreadSafe
public final class ExternalProcess
extends java.lang.Object
| Constructor and Description |
|---|
ExternalProcess(java.util.Map<PropertyKey,java.lang.String> conf,
java.lang.Class<?> clazz,
java.io.File outfile) |
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts the process.
|
void |
stop()
Stops the process.
|
public ExternalProcess(java.util.Map<PropertyKey,java.lang.String> conf, java.lang.Class<?> clazz, java.io.File outfile)
conf - alluxio configuration properties for the processclazz - the class to runoutfile - the file to write process output toCopyright © 2020. All Rights Reserved.