Package | Description |
---|---|
org.apache.reef.driver.context |
Driver Contexts and their configurations.
|
org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
org.apache.reef.javabridge |
The Java-side of the CLR/Java bridge.
|
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 successfully.
|
interface |
FailedContext
Represents Context that failed.
|
Modifier and Type | Method and Description |
---|---|
static AvroContextBase |
WatcherAvroUtil.toAvroContextBase(ContextBase contextBase) |
Modifier and Type | Class and Description |
---|---|
class |
ClosedContextBridge
The Java-CLR bridge object for
ClosedContext . |
class |
FailedContextBridge
The Java-CLR bridge object for
FailedContext . |
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 © 2017 The Apache Software Foundation. All rights reserved.