Package | Description |
---|---|
org.apache.reef.runtime.common.driver.evaluator.pojos |
POJOs in this package encapsulate the content of
an EvaluatorHeartbeatProto on the DriverSide.
|
org.apache.reef.runtime.common.driver.resourcemanager |
Classes that interface with the resourcemanager (Local, YARN, ...) in the Driver.
|
Modifier and Type | Method and Description |
---|---|
State |
TaskStatusPOJO.getState() |
State |
EvaluatorStatusPOJO.getState() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
State |
RuntimeStatusEventImpl.getState() |
State |
RuntimeStatusEvent.getState() |
State |
ResourceStatusEventImpl.getState() |
State |
ResourceStatusEvent.getState() |
Modifier and Type | Method and Description |
---|---|
RuntimeStatusEventImpl.Builder |
RuntimeStatusEventImpl.Builder.setState(State state) |
ResourceStatusEventImpl.Builder |
ResourceStatusEventImpl.Builder.setState(State state) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.