| Package | Description |
|---|---|
| org.apache.reef.runtime.common.driver |
Implementation of the Driver-side REEF APIs.
|
| org.apache.reef.runtime.common.driver.api |
Driver-Side Event Handlers to be implemented by a specific resource manager.
|
| org.apache.reef.runtime.common.driver.evaluator |
Driver-Side representations of Evaluators.
|
| Class and Description |
|---|
| ResourceRequestHandler
The evaluator request handler.
|
| Class and Description |
|---|
| AbstractDriverRuntimeConfiguration
Deprecated.
Runtimes are advised to create their own ConfigurationModules instead of subclassing this class.
|
| ResourceLaunchEvent
Event from Driver Process -> Driver Runtime
A request to the Driver Runtime to launch an Evaluator on the allocated Resource
|
| ResourceLaunchEventImpl.Builder
Builder used to create ResourceLaunchEvent instances.
|
| ResourceReleaseEvent
Event from Driver Process -> Driver Runtime
A request to the Driver Runtime to release this resource
|
| ResourceReleaseEventImpl.Builder
Builder used to create ResourceReleaseEvent instances.
|
| ResourceRequestEvent
Event from Driver Process -> Driver Runtime
A request to the Driver Runtime to allocate resources with the given specification
|
| ResourceRequestEventImpl.Builder
Builder used to create ResourceRequestEvent instances.
|
| Class and Description |
|---|
| ResourceLaunchEvent
Event from Driver Process -> Driver Runtime
A request to the Driver Runtime to launch an Evaluator on the allocated Resource
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.