Package | Description |
---|---|
org.apache.reef.driver.evaluator |
Evaluator-related utilities.
|
org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
org.apache.reef.runtime.common.driver.api |
Driver-Side Event Handlers to be implemented by a specific resource manager.
|
org.apache.reef.runtime.common.driver.evaluator |
Driver-Side representations of Evaluators.
|
Modifier and Type | Class and Description |
---|---|
class |
CLRProcess
Defines the setup of a CLR process.
|
class |
JVMProcess
Defines the setup of a JVM process.
|
Modifier and Type | Method and Description |
---|---|
<T extends EvaluatorProcess> |
EvaluatorProcessFactory.newEvaluatorProcess() |
Modifier and Type | Method and Description |
---|---|
EvaluatorProcess |
EvaluatorDescriptor.getProcess() |
EvaluatorProcess |
EvaluatorProcess.setConfigurationFileName(String configurationFileName)
Set the name of the configuration file for the Launcher.
|
EvaluatorProcess |
EvaluatorProcess.setMemory(int megaBytes)
Set memory size of process in megabytes.
|
EvaluatorProcess |
EvaluatorProcess.setStandardErr(String standardErr)
Names a file to which stderr will be redirected.
|
EvaluatorProcess |
EvaluatorProcess.setStandardOut(String standardOut)
Names a file to which stdout will be redirected.
|
Modifier and Type | Method and Description |
---|---|
void |
AllocatedEvaluator.setProcess(EvaluatorProcess process)
Specify the process to be instantiated for the Evaluator.
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorProcess |
WatcherAvroUtil.toAvroEvaluatorProcess(EvaluatorProcess evaluatorProcess) |
Modifier and Type | Method and Description |
---|---|
EvaluatorProcess |
ResourceLaunchEventImpl.getProcess() |
EvaluatorProcess |
ResourceLaunchEvent.getProcess() |
Modifier and Type | Method and Description |
---|---|
ResourceLaunchEventImpl.Builder |
ResourceLaunchEventImpl.Builder.setProcess(EvaluatorProcess process) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorManager.setProcess(EvaluatorProcess process) |
void |
AllocatedEvaluatorImpl.setProcess(EvaluatorProcess process) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.