程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 类和说明 |
---|---|
protected class |
TP.BaseBundler |
protected class |
TP.SenderSendsBundler |
protected class |
TP.SenderSendsWithTimerBundler
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. https://issues.jboss.org/browse/JGRP-1540
|
限定符和类型 | 字段和说明 |
---|---|
protected TP.Bundler |
TP.bundler |
限定符和类型 | 方法和说明 |
---|---|
void |
TP.setBundler(TP.Bundler bundler)
Installs a bundler.
|