Uses of Class
org.jgroups.util.RingBuffer
Packages that use RingBuffer
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 RingBufferModifier and TypeFieldDescriptionprotected RingBuffer<Message> RemoveQueueBundler.rbprotected RingBuffer<Message> RingBufferBundler.rbMethods in org.jgroups.protocols that return RingBufferConstructors in org.jgroups.protocols with parameters of type RingBuffer -
Uses of RingBuffer in org.jgroups.util
Methods in org.jgroups.util that return RingBufferModifier and TypeMethodDescriptionRingBuffer.clear()RingBuffer.publishReadIndex(int num_elements_read) Tries to add a new element at the current write index and advances the write index.