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 |
---|---|
protected class |
TP.DefaultBundler
The sender's thread adds a message to the hashmap and - if the accumulated size has been exceeded - sends all
bundled messages.
|
protected class |
TP.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 TP.Bundler |
TP.bundler |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.