| Package | Description | 
|---|---|
| org.apache.reef.client | 
 Client APIs for REEF. 
 | 
| org.apache.reef.driver.context | |
| org.apache.reef.driver.task | |
| org.apache.reef.io.checkpoint.fs | |
| org.apache.reef.io.data.loading.api | |
| org.apache.reef.io.network.naming | 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. 
 | 
| 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.yarn.client | |
| 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.util | 
 Various utility classes. 
 | 
| org.apache.reef.webserver | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
DriverServiceConfiguration.CONF
ConfigurationModule to fill out to get a legal Driver Configuration. 
 | 
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 | 
NameServerConfiguration.CONF  | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
PoisonedConfiguration.CONTEXT_CONF  | 
static ConfigurationModule | 
PoisonedConfiguration.TASK_CONF  | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
CommonClientConfigurationModule.CONF  | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
DriverRuntimeConfiguration.CONF  | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
EvaluatorConfiguration.CONF  | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
UnsafeHDInsightRuntimeConfigurationStatic.CONF  | 
static ConfigurationModule | 
UnsafeHDInsightRuntimeConfiguration.CONF  | 
static ConfigurationModule | 
HDInsightRuntimeConfigurationStatic.CONF  | 
static ConfigurationModule | 
HDInsightDriverConfiguration.CONF  | 
static ConfigurationModule | 
HDInsightRuntimeConfiguration.CONF  | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
LocalRuntimeConfiguration.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 | 
YarnClientConfiguration.CONF  | 
| Modifier and Type | Field and Description | 
|---|---|
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 specfici 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)  | 
| 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 | Method and Description | 
|---|---|
static <P extends Param>  | 
EnvironmentUtils.addAll(ConfigurationModule config,
            P param,
            Iterable<String> values)
Deprecated. 
 
in 0.2 this really should be in Tang. 
 | 
static ConfigurationModule | 
EnvironmentUtils.addClasspath(ConfigurationModule config,
                        OptionalParameter<String> param)
Deprecated. 
 
Using this method is inherently non-deterministic as it depends on environment variables on your local
 machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <P extends Param>  | 
EnvironmentUtils.addAll(ConfigurationModule config,
            P param,
            Iterable<String> values)
Deprecated. 
 
in 0.2 this really should be in Tang. 
 | 
static ConfigurationModule | 
EnvironmentUtils.addClasspath(ConfigurationModule config,
                        OptionalParameter<String> param)
Deprecated. 
 
Using this method is inherently non-deterministic as it depends on environment variables on your local
 machine. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
HttpRuntimeConfiguration.CONF
HttpRuntimeConfiguration 
 | 
static ConfigurationModule | 
HttpHandlerConfiguration.CONF
HttpHandlerConfiguration merged with HttpRuntimeConfiguration 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.