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.
|
Modifier and Type | Field and Description |
---|---|
protected RingBuffer<Message> |
RingBufferBundler.rb |
Modifier and Type | Method and Description |
---|---|
RingBuffer<Message> |
RingBufferBundler.buf() |
Constructor and Description |
---|
RingBufferBundler(RingBuffer<Message> rb) |
Modifier and Type | Method and 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.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.