程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
TP.BaseBundler.sendBundledMessages(java.util.Map<SingletonAddress,java.util.List<Message>> msgs,
ByteArrayDataOutputStream out)
Sends all messages in the map.
|
protected void |
TP.BaseBundler.sendMessageList(Address dest,
Address src,
byte[] cluster_name,
java.util.List<Message> list,
boolean reset,
ByteArrayDataOutputStream out) |
protected void |
TP.BaseBundler.sendSingleMessage(Message msg,
boolean reset,
ByteArrayDataOutputStream out) |
限定符和类型 | 字段和说明 |
---|---|
protected ByteArrayDataOutputStream |
OutputStreamAdapter.output |
限定符和类型 | 方法和说明 |
---|---|
ByteArrayDataOutputStream |
ByteArrayDataOutputStream.position(int pos) |
构造器和说明 |
---|
OutputStreamAdapter(ByteArrayDataOutputStream output) |