| Package | Description |
|---|---|
| org.apache.reef.runtime.common.driver.evaluator |
Driver-Side representations of Evaluators.
|
| org.apache.reef.runtime.common.driver.resourcemanager |
Classes that interface with the resourcemanager (Local, YARN, ...) in the Driver.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluatorManager |
EvaluatorManagerFactory.createForEvaluatorFailedDuringDriverRestart(ResourceStatusEvent resourceStatusEvent) |
void |
EvaluatorManager.onResourceStatusMessage(ResourceStatusEvent resourceStatusEvent)
Resource status information from the (actual) resource manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceStatusEventImpl
Default POJO implementation of ResourceStatusEvent.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceStatusEvent |
ResourceStatusEventImpl.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceStatusHandler.onNext(ResourceStatusEvent resourceStatusEvent)
This resource status message comes from the ResourceManager layer; telling me what it thinks
about the state of the resource executing an Evaluator; This method simply passes the message
off to the referenced EvaluatorManager
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.