程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 方法和说明 |
---|---|
protected int |
TP.BaseBundler.numMessages(java.util.Map<SingletonAddress,java.util.List<Message>> msgs) |
protected void |
TP.BaseBundler.sendBundledMessages(java.util.Map<SingletonAddress,java.util.List<Message>> msgs,
ByteArrayDataOutputStream out)
Sends all messages in the map.
|