Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.driver.context |
Driver Contexts and their configurations.
|
org.apache.reef.driver.task |
Tasks and their configurations.
|
org.apache.reef.io.checkpoint.fs |
FileSystem based checkpoints.
|
org.apache.reef.io.data.loading.api |
Data Loading Service API.
|
org.apache.reef.io.data.output |
Data Output Service.
|
org.apache.reef.io.network.naming |
TODO: Document.
|
org.apache.reef.io.watcher |
Watcher subscribes events and writes them to the destination using a certain EventStream.
|
org.apache.reef.javabridge.generic |
Generic java bridge driver/client.
|
org.apache.reef.poison |
Fault injection for REEF.
|
org.apache.reef.runtime.common.client |
Implementation of the client-side REEF API.
|
org.apache.reef.runtime.common.driver |
Implementation of the Driver-side REEF APIs.
|
org.apache.reef.runtime.common.evaluator |
Evaluator-side implementation of the REEF API.
|
org.apache.reef.runtime.hdinsight.client |
The client to submit jobs to HDInsight.
|
org.apache.reef.runtime.local.client |
Client-side event handlers for the local resourcemanager.
|
org.apache.reef.runtime.local.driver |
The resource manager for the local resourcemanager.
|
org.apache.reef.runtime.mesos.client |
Client-side event handlers for Mesos resourcemanager.
|
org.apache.reef.runtime.mesos.driver |
Driver-side event handlers for Mesos resourcemanager.
|
org.apache.reef.runtime.standalone.client |
Client-side event handlers for the standalone resourcemanager.
|
org.apache.reef.runtime.yarn.client |
Client-side event handlers for YARN resourcemanager.
|
org.apache.reef.runtime.yarn.driver |
The Driver-Side implementation of the YARN adapter for REEF.
|
org.apache.reef.tang.examples.timer |
A more complicated version of the Timer example, including delegating
interfaces to default implementations.
|
org.apache.reef.tang.formats |
Tang format classes encode and decode information that Tang gathers at
runtime.
|
org.apache.reef.tests.driver |
Tests whether a Driver can successfully be launched and shut down.
|
org.apache.reef.vortex.driver |
Vortex Code that runs as part of REEF Driver.
|
org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
DriverServiceConfiguration.CONF
ConfigurationModule to fill out to get a legal Driver Configuration.
|
static ConfigurationModule |
DriverRestartConfiguration.CONF |
static ConfigurationModule |
DriverConfiguration.CONF
ConfigurationModule to fill out to get a legal Driver Configuration.
|
static ConfigurationModule |
ClientConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
ServiceConfiguration.CONF
ConfigurationModule for services.
|
static ConfigurationModule |
ContextConfiguration.CONF
A ConfigurationModule for context.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
TaskConfiguration.CONF
ConfigurationModule to fill out for a Task configuration.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
FSCheckPointServiceConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
DataLoadingDriverConfiguration.CONF |
Modifier and Type | Method and Description |
---|---|
DataLoadingRequestBuilder |
DataLoadingRequestBuilder.setDriverConfigurationModule(ConfigurationModule driverConfigurationModule) |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
TaskOutputServiceBuilder.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
NameServerConfiguration.CONF |
static ConfigurationModule |
NameResolverConfiguration.CONF |
static ConfigurationModule |
LocalNameResolverConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
WatcherConfiguration.CONF |
Modifier and Type | Method and Description |
---|---|
static ConfigurationModule |
JobClient.getDriverConfiguration() |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
PoisonedConfiguration.CONTEXT_CONF |
static ConfigurationModule |
PoisonedConfiguration.TASK_CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
CommonRuntimeConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
DriverRuntimeRestartConfiguration.CONF |
static ConfigurationModule |
DriverRuntimeConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
EvaluatorConfiguration.CONF
This is ConfigurationModule for Java Evaluator.
|
static ConfigurationModule |
EvaluatorConfiguration.CONFCLR
This is ConfigurationModule for CLR Evaluator.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
UnsafeHDInsightRuntimeConfigurationStatic.CONF |
static ConfigurationModule |
UnsafeHDInsightRuntimeConfiguration.CONF |
static ConfigurationModule |
HDInsightRuntimeConfigurationStatic.CONF |
static ConfigurationModule |
HDInsightRuntimeConfiguration.CONF |
static ConfigurationModule |
HDInsightDriverConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
LocalRuntimeConfiguration.CONF
The ConfigurationModule for the local resourcemanager.
|
static ConfigurationModule |
ExtensibleLocalRuntimeConfiguration.CONF
The ConfigurationModule for the local resourcemanager.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
LocalDriverConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
MesosClientConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
MesosDriverConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
StandaloneRuntimeConfiguration.CONF
The ConfigurationModule for the standalone resourcemanager.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
YarnDriverConfiguration.CONF
ConfigurationModule to set YARN-Specific configuration options to be merged with DriverConfiguration.
|
static ConfigurationModule |
YarnClientConfiguration.CONF |
static ConfigurationModule |
ExtensibleYarnClientConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
YarnDriverRestartConfiguration.CONF
This event is fired in place of the ON_DRIVER_STARTED when the Driver is in fact restarted after failure.
|
static ConfigurationModule |
YarnDriverConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
TimerMock.CONF |
Modifier and Type | Method and Description |
---|---|
ConfigurationModule |
ConfigurationModuleBuilder.build() |
<T> ConfigurationModule |
ConfigurationModule.set(Impl<List> opt,
List implList)
Binds a list to a specific optional/required Impl using ConfigurationModule.
|
<T> ConfigurationModule |
ConfigurationModule.set(Impl<T> opt,
Class<? extends T> impl) |
<T> ConfigurationModule |
ConfigurationModule.set(Impl<T> opt,
String impl) |
ConfigurationModule |
ConfigurationModule.set(Param<? extends Number> opt,
Number val) |
ConfigurationModule |
ConfigurationModule.set(Param<Boolean> opt,
boolean val) |
<T> ConfigurationModule |
ConfigurationModule.set(Param<List> opt,
List implList)
Binds a list to a specific optional/required Param using ConfigurationModule.
|
<T> ConfigurationModule |
ConfigurationModule.set(Param<T> opt,
Class<? extends T> val) |
<T> ConfigurationModule |
ConfigurationModule.set(Param<T> opt,
String val) |
<T> ConfigurationModule |
ConfigurationModule.setMultiple(Param<T> opt,
Iterable<String> values)
Binds a set of values to a Param using ConfigurationModule.
|
<T> ConfigurationModule |
ConfigurationModule.setMultiple(Param<T> opt,
String... values)
Binds a set of values to a Param using ConfigurationModule.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationModuleBuilder |
ConfigurationModuleBuilder.merge(ConfigurationModule d)
TODO: It would be nice if this incorporated d by reference so that static analysis / documentation tools
could document the dependency between c and d.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
RuntimeNameTestConfiguration.CONF |
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
VortexWorkerConf.CONF
Vortex Worker configuration.
|
static ConfigurationModule |
VortexMasterConf.CONF
Vortex Master configuration.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationModule |
HttpRuntimeConfiguration.CONF
HttpRuntimeConfiguration.
|
static ConfigurationModule |
HttpHandlerConfiguration.CONF
HttpHandlerConfiguration merged with HttpRuntimeConfiguration.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.