| Package | Description |
|---|---|
| org.apache.reef.driver.context | |
| org.apache.reef.runtime.common.driver.context |
Implementations of Driver-Side representations of Contexts running on an Evaluator
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActiveContext
Represents an active context on an Evaluator.
|
interface |
ClosedContext
Represents a Context that has been closed succesfully.
|
interface |
FailedContext
Represents Context that failed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClosedContextImpl
Driver side representation of a closed context.
|
class |
EvaluatorContext
Driver-side representation of a Context on an Evaluator.
|
class |
FailedContextImpl
Driver-Side representation of a failed context.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.