| Package | Description |
|---|---|
| org.apache.reef.io.checkpoint.fs | |
| org.apache.reef.io.data.loading.impl | |
| org.apache.reef.runtime.hdinsight.client.sslhacks | |
| org.apache.reef.runtime.local.client |
client-side event handlers for the local resourcemanager
|
| org.apache.reef.runtime.yarn.util | |
| org.apache.reef.tang |
Public interfaces and factories for Tang's core API.
|
| org.apache.reef.tang.formats |
Tang format classes encode and decode information that Tang gathers at
runtime.
|
| org.apache.reef.tang.implementation |
Tang's implementation.
|
| org.apache.reef.tang.implementation.java |
Private implementation classes that configure and inject code written
in Java.
|
| org.apache.reef.tang.util |
Miscellaneous utilities, including command line static analysis (Tint), data structures and reflection stuff.
|
| org.apache.reef.wake |
| Modifier and Type | Class and Description |
|---|---|
static class |
FSCheckPointServiceConfiguration.FileSystemConstructor
Constructor for Hadoop FileSystem instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputFormatExternalConstructor
A Tang External Constructor to inject the required
InputFormat
|
class |
InputSplitExternalConstructor
A Tang external constructor to inject an InputSplit
by deserializing the serialized input split assigned
to this evaluator
|
class |
JobConfExternalConstructor |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientConstructor
Default Client constructor with default SSL checks.
|
class |
UnsafeClientConstructor
A Client constructor that produces Clients that do not check SSL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorServiceConstructor
Used to make instances of ExecutorService via tang.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YarnConfigurationConstructor
An external constructor that creates YarnConfiguration instances.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ClassNode<ExternalConstructor<T>> |
Configuration.getBoundConstructor(ClassNode<T> cn) |
| Modifier and Type | Method and Description |
|---|---|
<T> JavaConfigurationBuilder |
JavaConfigurationBuilder.bindConstructor(Class<T> c,
Class<? extends ExternalConstructor<? extends T>> v) |
<T> void |
ConfigurationBuilder.bindConstructor(ClassNode<T> iface,
ClassNode<? extends ExternalConstructor<? extends T>> impl)
Register an ExternalConstructor implementation with Tang.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterParser.addParser(Class<? extends ExternalConstructor<?>> ec) |
<T,U extends T> |
ParameterParser.addParser(Class<U> clazz,
Class<? extends ExternalConstructor<T>> ec) |
<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) |
| Modifier and Type | Method and Description |
|---|---|
<T> ClassNode<ExternalConstructor<T>> |
ConfigurationImpl.getBoundConstructor(ClassNode<T> cn) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ConfigurationBuilderImpl.bindConstructor(ClassNode<T> k,
ClassNode<? extends ExternalConstructor<? extends T>> v) |
| Modifier and Type | Method and Description |
|---|---|
<T> JavaConfigurationBuilder |
JavaConfigurationBuilderImpl.bindConstructor(Class<T> c,
Class<? extends ExternalConstructor<? extends T>> v) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidateConfiguration.FileParser |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierParser |
Copyright © 2015 The Apache Software Foundation. All rights reserved.