Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseBundler
Implements storing of messages in a hashmap and sending of single messages and message batches.
|
class |
NoBundler
Bundler which doesn't bundle :-) Can be used to measure the diff between bundling and non-bundling (e.g.
|
class |
RingBufferBundler
Bundler which uses
RingBuffer to store messages. |
class |
RingBufferBundlerLockless
Bundler which doesn't use locks but relies on CAS.
|
class |
RingBufferBundlerLockless2
Lockless bundler using a reader thread which is unparked by (exactly one) writer thread.
|
class |
SenderSendsBundler |
class |
SenderSendsWithTimerBundler
Deprecated.
|
class |
SimplifiedTransferQueueBundler
This bundler uses the same logic as
TransferQueueBundler but does not allocate
memory except for the buffer itself and does not use complex data structures. |
class |
TransferQueueBundler
This bundler adds all (unicast or multicast) messages to a queue until max size has been exceeded, but does send
messages immediately when no other messages are available.
|
Modifier and Type | Field and Description |
---|---|
protected Bundler |
TP.bundler |
Modifier and Type | Method and Description |
---|---|
protected Bundler |
TP.createBundler(java.lang.String type) |
Bundler |
TP.getBundler() |
Modifier and Type | Method and Description |
---|---|
void |
TP.setBundler(Bundler bundler)
Installs a bundler.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.