Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.driver.task |
Tasks and their configurations.
|
org.apache.reef.io.data.output |
Data Output Service.
|
org.apache.reef.runtime.local.client |
Client-side event handlers for the local resourcemanager.
|
org.apache.reef.runtime.yarn.client |
Client-side event handlers for YARN resourcemanager.
|
org.apache.reef.vortex.driver |
Vortex Code that runs as part of REEF Driver.
|
Modifier and Type | Field and Description |
---|---|
static RequiredImpl<EventHandler<StartTime>> |
DriverServiceConfiguration.ON_DRIVER_STARTED
The event handler invoked right after the driver boots up.
|
static RequiredImpl<EventHandler<StartTime>> |
DriverConfiguration.ON_DRIVER_STARTED
The event handler invoked right after the driver boots up.
|
Modifier and Type | Field and Description |
---|---|
static RequiredImpl<Task> |
TaskConfiguration.TASK
The task to instantiate.
|
Modifier and Type | Field and Description |
---|---|
static RequiredImpl<TaskOutputStreamProvider> |
TaskOutputServiceBuilder.TASK_OUTPUT_STREAM_PROVIDER
A provider through which users create task output streams.
|
Modifier and Type | Field and Description |
---|---|
static RequiredImpl<DriverConfigurationProvider> |
ExtensibleLocalRuntimeConfiguration.DRIVER_CONFIGURATION_PROVIDER
Driver configuration provider for the client.
|
Modifier and Type | Field and Description |
---|---|
static RequiredImpl<DriverConfigurationProvider> |
ExtensibleYarnClientConfiguration.DRIVER_CONFIGURATION_PROVIDER
Driver configuration provider for the client.
|
Modifier and Type | Field and Description |
---|---|
static RequiredImpl<VortexStart> |
VortexMasterConf.VORTEX_START
Vortex Start.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.