Package | Description |
---|---|
org.apache.reef.runtime.common.driver.context |
Implementations of Driver-Side representations of Contexts running on an Evaluator.
|
org.apache.reef.runtime.common.driver.task |
Driver-Side representations of tasks.
|
Constructor and Description |
---|
EvaluatorContext(String contextIdentifier,
String evaluatorIdentifier,
EvaluatorDescriptor evaluatorDescriptor,
Optional<String> parentID,
ConfigurationSerializer configurationSerializer,
ContextControlHandler contextControlHandler,
EvaluatorMessageDispatcher messageDispatcher,
ExceptionCodec exceptionCodec,
ContextRepresenters contextRepresenters) |
Constructor and Description |
---|
TaskRepresenter(String taskId,
EvaluatorContext context,
EvaluatorMessageDispatcher messageDispatcher,
EvaluatorManager evaluatorManager,
ExceptionCodec exceptionCodec,
DriverRestartManager driverRestartManager) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.