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.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 | Class and Description |
---|---|
class |
ClientConfiguration
A ConfigurationModule to fill out for the client configuration.
|
class |
DriverConfiguration
A ConfigurationModule for Drivers.
|
class |
DriverRestartConfiguration
EventHandlers specific to Driver Restart.
|
class |
DriverServiceConfiguration
Use this ConfigurationModule to configure Services to be run in the Driver.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextConfiguration
A ConfigurationModule for Context Configuration.
|
class |
ServiceConfiguration
Configuration module for services.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskConfiguration
A ConfigurationModule to fill out to generate legal task Configurations that can be submitted.
|
Modifier and Type | Class and Description |
---|---|
class |
FSCheckPointServiceConfiguration
ConfigurationModule for the FSCheckPointService.
|
Modifier and Type | Class and Description |
---|---|
class |
DataLoadingDriverConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
TaskOutputServiceBuilder
Builder to create a TaskOutputService object.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalNameResolverConfiguration
Configuration Module Builder for LocalNameResolver.
|
class |
NameResolverConfiguration
Configuration Module Builder for NameResolver.
|
class |
NameServerConfiguration
Configuration Module Builder for NameServer.
|
Modifier and Type | Class and Description |
---|---|
class |
WatcherConfiguration
ConfigurationModule for Watcher.
|
Modifier and Type | Class and Description |
---|---|
class |
PoisonedConfiguration
Configure a Context with a lethal injection.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonRuntimeConfiguration
A ConfigurationModule to be merged in by all runtimes into their client configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
DriverRuntimeConfiguration
ConfigurationModule for driver runtime.
|
class |
DriverRuntimeRestartConfiguration
The base configuration module for driver restart configurations of all runtimes.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorConfiguration
The runtime configuration of an evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
HDInsightDriverConfiguration
ConfigurationModule to create a Driver configuration.
|
class |
HDInsightRuntimeConfiguration
Configuration module to setup REEF to submit jobs to HDInsight.
|
class |
HDInsightRuntimeConfigurationStatic
The static part of the HDInsightRuntimeConfiguration.
|
class |
UnsafeHDInsightRuntimeConfiguration
Same as HDInsightRuntimeConfiguration, but ignores SSL errors on submission.
|
class |
UnsafeHDInsightRuntimeConfigurationStatic
The static part of the UnsafeHDInsightRuntimeConfiguration.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleLocalRuntimeConfiguration
A ConfigurationModule to configure the local resourcemanager with extensibility point.
|
class |
LocalRuntimeConfiguration
A ConfigurationModule to configure the local resourcemanager.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalDriverConfiguration
ConfigurationModule for the Driver executed in the local resourcemanager.
|
Modifier and Type | Class and Description |
---|---|
class |
MesosClientConfiguration
A ConfigurationModule for the Mesos resource manager.
|
Modifier and Type | Class and Description |
---|---|
class |
MesosDriverConfiguration
Binds Driver's runtime event handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
StandaloneRuntimeConfiguration
A ConfigurationModule to configure the standalone resourcemanager.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleYarnClientConfiguration
An extensible ConfigurationModule for the YARN resourcemanager.
|
class |
YarnClientConfiguration
A ConfigurationModule for the YARN resourcemanager.
|
class |
YarnDriverConfiguration
Additional YARN-Specific configuration options to be merged with DriverConfiguration.
|
Modifier and Type | Class and Description |
---|---|
class |
YarnDriverRestartConfiguration
Use this ConfigurationModule to configure YARN-specific Restart options for the driver.
|
Modifier and Type | Class and Description |
---|---|
static class |
TimerMock.TimerMockConf |
Modifier and Type | Method and Description |
---|---|
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bind(Class<?> iface,
Impl<?> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindConstructor(Class<T> clazz,
Class<? extends ExternalConstructor<? extends T>> constructor) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindConstructor(Class<T> cons,
Impl<? extends ExternalConstructor<? extends T>> v) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindImplementation(Class<T> iface,
Class<? extends T> impl) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindImplementation(Class<T> iface,
Impl<? extends T> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindImplementation(Class<T> iface,
String impl) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindList(Class<? extends Name<List<T>>> iface,
Impl<List> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindList(Class<? extends Name<List<T>>> iface,
List list) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindList(Class<? extends Name<List<T>>> iface,
Param<List> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindNamedParameter(Class<? extends Name<T>> iface,
Class<? extends T> impl) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindNamedParameter(Class<? extends Name<T>> iface,
Impl<? extends T> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindNamedParameter(Class<? extends Name<T>> name,
Param<T> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindNamedParameter(Class<? extends Name<T>> name,
String value) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindSetEntry(Class<? extends Name<Set<T>>> iface,
Class<? extends T> impl) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindSetEntry(Class<? extends Name<Set<T>>> iface,
Impl<? extends T> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindSetEntry(Class<? extends Name<Set<T>>> iface,
Param<? extends T> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindSetEntry(Class<? extends Name<Set<T>>> iface,
String impl) |
ConfigurationModuleBuilder |
ConfigurationModule.getBuilder() |
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 | Class and Description |
---|---|
class |
RuntimeNameTestConfiguration
Configuration for RuntimeNameTest.
|
Modifier and Type | Class and Description |
---|---|
class |
VortexMasterConf
Vortex Master configuration.
|
class |
VortexWorkerConf
Vortex Worker configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpHandlerConfiguration
Configuration Module Builder for Http Handler.
|
class |
HttpRuntimeConfiguration
Configuration Module Builder for HttpRuntime.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.