Uses of Class
org.jgroups.protocols.TransferQueueBundler2.Buffer
-
Packages that use TransferQueueBundler2.Buffer Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of TransferQueueBundler2.Buffer in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type TransferQueueBundler2.Buffer Modifier and Type Field Description protected java.util.Map<Address,TransferQueueBundler2.Buffer>TransferQueueBundler2. messagesMethods in org.jgroups.protocols that return TransferQueueBundler2.Buffer Modifier and Type Method Description private TransferQueueBundler2.BufferTransferQueueBundler2.Buffer. addMessage(Message msg, TP transport)private TransferQueueBundler2.BufferTransferQueueBundler2.Buffer. correctLength()private TransferQueueBundler2.BufferTransferQueueBundler2.Buffer. reset()private TransferQueueBundler2.BufferTransferQueueBundler2.Buffer. send(Address dest, TP transport)
-