Uses of Class
org.jgroups.util.RingBuffer
-
Packages that use RingBuffer Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of RingBuffer in org.jgroups.protocols
Fields in org.jgroups.protocols declared as RingBuffer Modifier and Type Field Description protected RingBuffer<Message>
RemoveQueueBundler. rb
protected RingBuffer<Message>
RingBufferBundler. rb
Methods in org.jgroups.protocols that return RingBuffer Modifier and Type Method Description RingBuffer<Message>
RingBufferBundler. buf()
Constructors in org.jgroups.protocols with parameters of type RingBuffer Constructor Description RingBufferBundler(RingBuffer<Message> rb)
-
Uses of RingBuffer in org.jgroups.util
Methods in org.jgroups.util that return RingBuffer Modifier and Type Method Description RingBuffer<T>
RingBuffer. clear()
RingBuffer<T>
RingBuffer. publishReadIndex(int num_elements_read)
RingBuffer<T>
RingBuffer. put(T element)
Tries to add a new element at the current write index and advances the write index.
-