| Package | Description |
|---|---|
| org.apache.reef.driver.evaluator | |
| org.apache.reef.runtime.common.driver.evaluator |
Driver-Side representations of Evaluators.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluatorType |
EvaluatorDescriptor.getType() |
static EvaluatorType |
EvaluatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluatorType[] |
EvaluatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllocatedEvaluator.setType(EvaluatorType type)
Set the type of Evaluator to be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorManager.setType(EvaluatorType type) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.