| 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.webserver |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConfiguration
A ConfigurationModule to fill out for the client configuration.
|
class |
DriverConfiguration
A ConfigurationModule for Drivers.
|
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 |
NameServerConfiguration
Configuration Module Builder for NameServer
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoisonedConfiguration
Configure a Context with a lethal injection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonClientConfigurationModule |
| Modifier and Type | Class and Description |
|---|---|
class |
DriverRuntimeConfiguration |
| 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 |
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 |
YarnClientConfiguration
A ConfigurationModule for the YARN resourcemanager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YarnDriverConfiguration
Created by marku_000 on 2014-07-07.
|
| 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 |
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 |
HttpHandlerConfiguration
Configuration Module Builder for Http Handler
|
class |
HttpRuntimeConfiguration
Configuration Module Builder for HttpRuntime
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.