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.local.driver |
The resource manager for the local resourcemanager.
|
org.apache.reef.runtime.yarn.driver |
The Driver-Side implementation of the YARN adapter for REEF.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceReleaseEventImpl
Default POJO implementation of ResourceReleaseEvent.
|
Modifier and Type | Method and Description |
---|---|
ResourceReleaseEvent |
ResourceReleaseEventImpl.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
LocalResourceReleaseHandler.onNext(ResourceReleaseEvent t) |
Modifier and Type | Method and Description |
---|---|
void |
YARNResourceReleaseHandler.onNext(ResourceReleaseEvent resourceReleaseEvent) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.