Package | Description |
---|---|
org.apache.reef.driver.restart |
This package provides restart event service handlers.
|
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 |
---|---|
ResourceRecoverEvent |
EvaluatorRestartInfo.getResourceRecoverEvent() |
ResourceRecoverEvent |
DriverRestartManager.getResourceRecoverEvent(String evaluatorId) |
Modifier and Type | Method and Description |
---|---|
static EvaluatorRestartInfo |
EvaluatorRestartInfo.createExpectedEvaluatorInfo(ResourceRecoverEvent resourceRecoverEvent)
Creates an
EvaluatorRestartInfo object that represents the information of an evaluator that is expected
to recover. |
Modifier and Type | Method and Description |
---|---|
EvaluatorManager |
EvaluatorManagerFactory.getNewEvaluatorManagerForRecoveredEvaluator(ResourceRecoverEvent resourceRecoverEvent)
Instantiates a new EvaluatorManager based on a resource allocation from a recovered evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceEventImpl
Default POJO implementation of ResourceAllocationEvent and ResourceRecoverEvent.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.