| Package | Description |
|---|---|
| org.apache.reef.runtime.local.process |
Infrastructure for managing processes.
|
| org.apache.reef.tang |
Public interfaces and factories for Tang's core API.
|
| org.apache.reef.wake.profiler |
A graphical profiler that automatically instruments Tang-based Wake applications.
|
| org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
| Constructor and Description |
|---|
ReefRunnableProcessObserver(EventHandler<ResourceStatusEvent> resourceStatusHandler,
InjectionFuture<ResourceManager> resourceManager) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Aspect.injectionFutureInstantiated(InjectionFuture<T> f,
T t)
TANG calls this the first time get() is called on an injection future.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
WakeProfiler.injectionFutureInstantiated(InjectionFuture<T> arg0,
T arg1) |
| Constructor and Description |
|---|
HttpServerReefEventHandler(ReefEventStateManager reefStateManager,
Set<EventHandler<Void>> clientCloseHandlers,
String logLevel,
LoggingScopeFactory loggingScopeFactory,
REEFFileNames reefFileNames,
InjectionFuture<ProgressProvider> progressProvider) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.