Package | Description |
---|---|
org.apache.reef.driver.restart |
This package provides restart event service handlers.
|
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. |
static EvaluatorRestartInfo |
EvaluatorRestartInfo.createFailedEvaluatorInfo(String evaluatorId)
Creates an
EvaluatorRestartInfo object that represents the information of an evaluator that
has failed on driver restart. |
Modifier and Type | Method and Description |
---|---|
boolean |
RestartEvaluators.Builder.addRestartEvaluator(EvaluatorRestartInfo evaluatorRestartInfo) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.