| Package | Description |
|---|---|
| org.apache.reef.runtime.common.driver.api |
Driver-Side Event Handlers to be implemented by a specific resource manager.
|
| org.apache.reef.runtime.common.launch |
Common launch code between Driver and Evaluator.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ResourceLaunchEventImpl.getType() |
ProcessType |
ResourceLaunchEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
ResourceLaunchEventImpl.Builder |
ResourceLaunchEventImpl.Builder.setType(ProcessType type) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessType |
ProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessType[] |
ProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.