| Package | Description |
|---|---|
| org.apache.reef.wake | |
| org.apache.reef.wake.impl | |
| org.apache.reef.wake.remote.impl | |
| org.apache.reef.wake.remote.transport | |
| org.apache.reef.wake.remote.transport.netty |
| 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 |
DefaultTransportEStage |
class |
OrderedRemoteReceiverStage
Receive incoming events and dispatch to correct handlers in order.
|
class |
RemoteReceiverStage
Receive incoming events and dispatch to correct handlers.
|
| Modifier and Type | Method and Description |
|---|---|
Transport |
TransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout)
Creates a transport.
|
Transport |
TransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout)
Creates a transport.
|
Transport |
TransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout,
TcpPortProvider tcpPortProvider)
Creates a transport.
|
Transport |
TransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout,
TcpPortProvider tcpPortProvider)
Creates a transport.
|
| Modifier and Type | Method and Description |
|---|---|
Transport |
MessagingTransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout) |
Transport |
MessagingTransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout) |
Transport |
MessagingTransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout,
TcpPortProvider tcpPortProvider) |
Transport |
MessagingTransportFactory.newInstance(String hostAddress,
int port,
EStage<TransportEvent> clientStage,
EStage<TransportEvent> serverStage,
int numberOfTries,
int retryTimeout,
TcpPortProvider tcpPortProvider) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.