Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.examples.suspend |
Suspend/resume demo.
|
org.apache.reef.runtime.common.client |
Implementation of the client-side REEF API.
|
org.apache.reef.runtime.common.client.defaults |
Default implementations for the optional client-side event handlers.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<EventHandler<RunningJob>> |
ClientConfiguration.ON_JOB_RUNNING
Handler for the event when a submitted REEF Job is running.
|
Modifier and Type | Method and Description |
---|---|
void |
DriverLauncher.RunningJobHandler.onNext(RunningJob job) |
Modifier and Type | Method and Description |
---|---|
void |
SuspendClientControl.setRunningJob(RunningJob job) |
Modifier and Type | Class and Description |
---|---|
class |
RunningJobImpl
Implementation of RunningJob.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRunningJobHandler.onNext(RunningJob job) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.