Classes in org.jgroups.protocols that implement TP.Bundler |
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.DefaultBundler2
Similarly to DefaultBundler, this bundler type uses the sender's thread to send accumulated messages. |
protected class |
TP.TransferQueueBundler
Uses a queue to transfer messages between the sender's thread and a single bundler thread. |
protected class |
TP.TransferQueueBundler2
Similarly to DefaultBundler2, this bundler accumulates messages until max size or time have been exceeded, but does
send individual messages immediately when no other messages are available. |