Uses of Class
org.jgroups.util.Buffer
-
Packages that use Buffer Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Buffer in org.jgroups
Methods in org.jgroups that return Buffer Modifier and Type Method Description BufferMessage. buffer2()BufferMessage. getBuffer2()Methods in org.jgroups with parameters of type Buffer Modifier and Type Method Description MessageMessage. buffer(Buffer b)MessageMessage. setBuffer(Buffer buf)Sets the bufferConstructors in org.jgroups with parameters of type Buffer Constructor Description Message(Address dest, Buffer buf) -
Uses of Buffer in org.jgroups.blocks
Methods in org.jgroups.blocks that return Buffer Modifier and Type Method Description protected static BufferRpcDispatcher. methodCallToBuffer(MethodCall call, Marshaller marshaller)protected static BufferRequestCorrelator. replyToBuffer(java.lang.Object obj, Marshaller marshaller)Methods in org.jgroups.blocks with parameters of type Buffer Modifier and Type Method Description protected <T> GroupRequest<T>MessageDispatcher. cast(java.util.Collection<Address> dests, Buffer data, RequestOptions options, boolean block_for_results)<T> RspList<T>MessageDispatcher. castMessage(java.util.Collection<Address> dests, Buffer data, RequestOptions opts)Sends a message to all members and expects responses from members in dests (if non-null).<T> java.util.concurrent.CompletableFuture<RspList<T>>MessageDispatcher. castMessageWithFuture(java.util.Collection<Address> dests, Buffer data, RequestOptions opts)Sends a message to all members and expects responses from members in dests (if non-null).TRequest. execute(Buffer data, boolean block_for_results)<T> TMessageDispatcher. sendMessage(Address dest, Buffer data, RequestOptions opts)Sends a unicast message and - depending on the options - returns a result<T> java.util.concurrent.CompletableFuture<T>MessageDispatcher. sendMessageWithFuture(Address dest, Buffer data, RequestOptions opts)Sends a unicast message to the target defined by msg.getDest() and returns a futurevoidGroupRequest. sendRequest(Buffer data)protected voidGroupRequest. sendRequest(Buffer data, java.util.Collection<Address> targetMembers)abstract voidRequest. sendRequest(Buffer data)voidRequestCorrelator. sendRequest(java.util.Collection<Address> dest_mbrs, Buffer data, Request req, RequestOptions opts)Sends a request to a group.voidUnicastRequest. sendRequest(Buffer data)voidRequestCorrelator. sendUnicastRequest(Address dest, Buffer data, Request req, RequestOptions opts)Sends a request to a single destination -
Uses of Buffer in org.jgroups.protocols
Methods in org.jgroups.protocols that return Buffer Modifier and Type Method Description static BufferDiscovery. marshal(PingData data)static BufferFD_SOCK. marshal(LazyRemovalCache<Address,IpAddress> addrs)static BufferMERGE3. marshal(View view)protected static BufferCOUNTER. requestToBuffer(COUNTER.Request req)protected static BufferCOUNTER. responseToBuffer(COUNTER.Response rsp)protected static BufferASYM_ENCRYPT. serializeKeys(java.util.Map<Address,byte[]> keys)protected static BufferCOUNTER. streamableToBuffer(byte req_or_rsp, byte type, Streamable obj)Methods in org.jgroups.protocols with parameters of type Buffer Modifier and Type Method Description protected voidCOUNTER. send(Address dest, Buffer buffer)protected voidCENTRAL_LOCK2. sendLockInfoRequestTo(Buffer buf, Address[] mbrs, Address exclude) -
Uses of Buffer in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast that return Buffer Modifier and Type Method Description protected static BufferFLUSH. marshal(java.util.Collection<? extends Address> participants, Digest digest)protected static BufferGMS. marshal(java.util.Collection<? extends Address> mbrs)static BufferGMS. marshal(JoinRsp join_rsp)protected static BufferGMS. marshal(ViewId view_id)protected static BufferGMS. marshal(View view, Digest digest)static BufferSTABLE. marshal(Digest digest)Methods in org.jgroups.protocols.pbcast with parameters of type Buffer Modifier and Type Method Description protected voidGMS. sendJoinResponse(Buffer marshalled_rsp, Address dest) -
Uses of Buffer in org.jgroups.util
Methods in org.jgroups.util that return Buffer Modifier and Type Method Description BufferBuffer. copy()static BufferUtil. exceptionToBuffer(java.lang.Throwable t)BufferByteArrayDataOutputStream. getBuffer()BufferByteBufferOutputStream. getBufferAsBuffer()static BufferUtil. messageToByteBuffer(Message msg)static BufferUtil. objectToBuffer(java.lang.Object obj)static BufferUtil. streamableToBuffer(Streamable obj)
-