Package | Description |
---|---|
org.apache.reef.runtime.common.launch |
Common launch code between Driver and Evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
CLRLaunchCommandBuilder
A builder for the command line to launch a CLR Evaluator.
|
class |
JavaLaunchCommandBuilder
Build the launch command for Java REEF processes.
|
Modifier and Type | Method and Description |
---|---|
LaunchCommandBuilder |
LaunchCommandBuilder.setConfigurationFilePaths(List<String> configurationFilePaths)
Set the name of the configuration file for the Launcher.
|
LaunchCommandBuilder |
LaunchCommandBuilder.setMemory(int megaBytes)
Set the size of the launched process in megabytes.
|
LaunchCommandBuilder |
LaunchCommandBuilder.setStandardErr(String standardErr)
Names a file to which stderr will be redirected.
|
LaunchCommandBuilder |
LaunchCommandBuilder.setStandardOut(String standardOut)
Names a file to which stdout will be redirected.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.