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.
|
org.apache.reef.runtime.local.process |
Infrastructure for managing processes.
|
Modifier and Type | Method and Description |
---|---|
EvaluatorManager |
EvaluatorManagerFactory.getNewEvaluatorManagerForEvaluatorFailedDuringDriverRestart(ResourceStatusEvent resourceStatusEvent)
Instantiates a new EvaluatorManager for a failed evaluator during driver restart.
|
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.
|
Constructor and Description |
---|
ReefRunnableProcessObserver(EventHandler<ResourceStatusEvent> resourceStatusHandler,
InjectionFuture<ResourceManager> resourceManager) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.