| Interface | Description |
|---|---|
| BufferRecycler | |
| EnvelopeDispatcher |
A envelope dispatcher receives
Envelopes and sends them to all of its destinations. |
| NetworkConnectionManager |
The network connection manager is responsible to dispatch envelopes
to remote receivers.
|
| Class | Description |
|---|---|
| Buffer | |
| ChannelManager |
The channel manager sets up the network buffers and dispatches data between channels.
|
| ConnectionInfoLookupResponse | |
| Envelope | |
| EnvelopeReceiverList |
A transfer envelope receiver list contains all recipients of a transfer envelope.
|
| LocalConnectionManager |
Local dummy network connection manager used, when the task manager
runs in local mode without starting up the remote network stack.
|
| RemoteReceiver |
Objects of this class uniquely identify a connection to a remote
TaskManager. |
| SenderHintEvent |
| Exception | Description |
|---|---|
| InsufficientResourcesException |
This exception is thrown by the
ChannelManager to indicate that a task cannot be accepted because
there are not enough resources available to safely execute it. |
| LocalReceiverCancelledException |
Copyright © 2014 The Apache Software Foundation. All rights reserved.