Package | Description |
---|---|
org.apache.reef.io.checkpoint.fs |
FileSystem based checkpoints.
|
org.apache.reef.io.data.loading.impl |
Implementations of Data Loading Service.
|
org.apache.reef.runtime.hdinsight.client.sslhacks |
Utils which do not check SSL.
|
org.apache.reef.runtime.local.client |
Client-side event handlers for the local resourcemanager.
|
org.apache.reef.runtime.mesos.util |
Utility for Mesos runtime.
|
org.apache.reef.runtime.yarn.util |
Utility for YARN runtime.
|
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 |
Utilities for Tang.
|
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.
|
class |
InputSplitExternalConstructor
A Tang external constructor to inject an InputSplit.
|
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 |
HDFSConfigurationConstructor
Configuration wrapper which allows it to be injected.
|
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)
Return the bound constructor.
|
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 |
Copyright © 2016 The Apache Software Foundation. All rights reserved.