Uses of Class
org.jgroups.util.Buffer
Packages that use Buffer
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Buffer in org.jgroups
Methods in org.jgroups with parameters of type Buffer -
Uses of Buffer in org.jgroups.blocks
Methods in org.jgroups.blocks that return BufferModifier and TypeMethodDescriptionRpcDispatcher.Marshaller2.objectToBuffer
(Object obj) Marshals the object into a byte[] buffer and returns a Buffer with a ref to the underlying byte[] buffer, offset and length.
Note that the underlying byte[] buffer must not be changed as this would change the buffer of a message which potentially can get retransmitted, and such a retransmission would then carry a ref to a changed byte[] buffer !RpcDispatcher.MarshallerAdapter.objectToBuffer
(Object obj) -
Uses of Buffer in org.jgroups.util
Methods in org.jgroups.util that return BufferModifier and TypeMethodDescriptionBuffer.copy()
static Buffer
Util.messageToByteBuffer
(Message msg) static Buffer
Util.msgListToByteBuffer
(List<Message> xmit_list) Marshalls a list of messages.