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 |
class |
NoBundler
Bundler which doesn't bundle :-) Can be used to measure the diff between bundling and non-bundling (e.g.
|
class |
SenderSendsBundler |
class |
SenderSendsWithTimerBundler
Deprecated.
|
class |
SimplifiedTransferQueueBundler
This bundler uses the same logic as
TP.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(String type) |
Bundler |
TP.getBundler() |
Modifier and Type | Method and Description |
---|---|
void |
TP.setBundler(Bundler bundler)
Installs a bundler.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.