| Modifier and Type | Interface and Description |
|---|---|
interface |
EStage<T>
Stage that executes an event handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEStage<T>
An
EStage that implements metering |
| Modifier and Type | Class and Description |
|---|---|
class |
CombinerStage<K extends Comparable<K>,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
TupleSource |
| 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 |
StageManager
A manager that manages all the stage
|
class |
SyncStage<T>
Stage that synchronously executes an event handler
|
class |
ThreadPoolStage<T>
Stage that executes an event handler with a thread pool
|
class |
TimerStage
Stage that triggers an event handler periodically
|
class |
WakeSharedPool |
| Modifier and Type | Method and Description |
|---|---|
void |
StageManager.register(Stage stage) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteManager
Represents all remote connections to and from one process to another.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRemoteManagerImplementation
Default remote manager implementation
|
class |
OrderedRemoteReceiverStage
Receive incoming events and dispatch to correct handlers in order
|
class |
RemoteReceiverStage
Receive incoming events and dispatch to correct handlers
|
class |
RemoteSenderStage
Stage to manage resources related to sending event remotely.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transport
Transport for sending and receiving data
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyMessagingTransport
Messaging transport implementation with Netty
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RxStage<T>
Stage that executes the observer
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRxStage<T>
An
RxStage that implements metering |
| Modifier and Type | Class and Description |
|---|---|
class |
RxSyncStage<T>
Stage that executes the observer synchronously
|
class |
RxThreadPoolStage<T>
Stage that executes the observer with a thread pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequentialFileReader |
Copyright © 2015 The Apache Software Foundation. All rights reserved.