Package | Description |
---|---|
org.apache.reef.tang |
Public interfaces and factories for Tang's core API.
|
org.apache.reef.tang.implementation.java |
Private implementation classes that configure and inject code written
in Java.
|
org.apache.reef.wake.profiler |
A graphical profiler that automatically instruments Tang-based Wake applications.
|
Modifier and Type | Method and Description |
---|---|
Aspect |
Aspect.createChildAspect()
This method creates a child aspect, and returns it.
|
Aspect |
Injector.getAspect()
Allows InjectionFuture to tell the aspect when get() is invoked.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
Injector.bindAspect(Aspect a)
Binds a TANG Aspect to this injector.
|
Modifier and Type | Method and Description |
---|---|
Aspect |
InjectorImpl.getAspect() |
Modifier and Type | Method and Description |
---|---|
<T> void |
InjectorImpl.bindAspect(Aspect a) |
Modifier and Type | Class and Description |
---|---|
class |
WakeProfiler
A graphical profiler class that instruments Tang-based Wake applications.
|
Modifier and Type | Method and Description |
---|---|
Aspect |
WakeProfiler.createChildAspect() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.