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.getNewEvaluatorManagerForNewEvaluator(ResourceAllocationEvent resourceAllocationEvent)
Instantiates a new EvaluatorManager based on a resource allocation.
|
void |
Evaluators.put(EvaluatorManagerFactory evaluatorManagerFactory,
ResourceAllocationEvent evaluatorMsg)
Create new EvaluatorManager and add it to the collection.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceEventImpl
Default POJO implementation of ResourceAllocationEvent and ResourceRecoverEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAllocationHandler.onNext(ResourceAllocationEvent value) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.