| Package | Description |
|---|---|
| org.apache.reef.wake | |
| org.apache.reef.wake.impl | |
| org.apache.reef.wake.remote.impl | |
| org.apache.reef.wake.remote.transport.netty | |
| org.apache.reef.wake.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEStage<T>
An
EStage that implements metering |
| Modifier and Type | Class and Description |
|---|---|
class |
ForkPoolStage<T>
This Wake event handling stage uses a
ForkJoinPool
to submit tasks. |
class |
IndependentIterationsThreadPoolStage<T>
This stage uses a thread pool to schedule events in parallel.
|
class |
SingleThreadStage<T>
Single thread stage that runs the event handler
|
class |
SyncStage<T>
Stage that synchronously executes an event handler
|
class |
ThreadPoolStage<T>
Stage that executes an event handler with a thread pool
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedRemoteReceiverStage
Receive incoming events and dispatch to correct handlers in order
|
class |
RemoteReceiverStage
Receive incoming events and dispatch to correct handlers
|
| Constructor and Description |
|---|
NettyMessagingTransport(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout)
Deprecated.
use the constructor that takes a TcpProvider instead
|
NettyMessagingTransport(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout)
Deprecated.
use the constructor that takes a TcpProvider instead
|
NettyMessagingTransport(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout,
TcpPortProvider tcpPortProvider)
Constructs a messaging transport
|
NettyMessagingTransport(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout,
TcpPortProvider tcpPortProvider)
Constructs a messaging transport
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequentialFileReader |
Copyright © 2015 The Apache Software Foundation. All rights reserved.