Package | Description |
---|---|
org.apache.reef.runtime.mesos.evaluator |
Evaluator-side event handlers for Mesos resourcemanager.
|
org.apache.reef.runtime.mesos.util |
Utility for Mesos runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
REEFExecutor.onEvaluatorLaunch(EvaluatorLaunch evaluatorLaunch) |
Modifier and Type | Field and Description |
---|---|
EvaluatorLaunch |
EvaluatorControl.evaluator_launch
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EvaluatorLaunch |
EvaluatorLaunch.Builder.build() |
EvaluatorLaunch |
EvaluatorControl.getEvaluatorLaunch()
Gets the value of the 'evaluator_launch' field.
|
EvaluatorLaunch |
EvaluatorControl.Builder.getEvaluatorLaunch()
Gets the value of the 'evaluator_launch' field
|
Modifier and Type | Method and Description |
---|---|
static EvaluatorLaunch.Builder |
EvaluatorLaunch.newBuilder(EvaluatorLaunch other)
Creates a new EvaluatorLaunch RecordBuilder by copying an existing EvaluatorLaunch instance
|
void |
EvaluatorControl.setEvaluatorLaunch(EvaluatorLaunch value)
Sets the value of the 'evaluator_launch' field.
|
EvaluatorControl.Builder |
EvaluatorControl.Builder.setEvaluatorLaunch(EvaluatorLaunch value)
Sets the value of the 'evaluator_launch' field
|
Constructor and Description |
---|
EvaluatorControl(EvaluatorLaunch evaluator_launch,
EvaluatorRelease evaluator_release)
All-args constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.