Uses of Class
org.jgroups.util.Buffer.Options
-
Packages that use Buffer.Options 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 Buffer.Options in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Buffer.Options Modifier and Type Field Description protected static Buffer.Options
UNICAST4. BLOCKING_SENDS
protected static Buffer.Options
NAKACK4. SEND_OPTIONS
Methods in org.jgroups.protocols that return Buffer.Options Modifier and Type Method Description Buffer.Options
NAKACK4. sendOptions()
protected Buffer.Options
ReliableMulticast. sendOptions()
protected Buffer.Options
ReliableUnicast. sendOptions()
Buffer.Options
UNICAST4. sendOptions()
-
Uses of Buffer.Options in org.jgroups.util
Fields in org.jgroups.util declared as Buffer.Options Modifier and Type Field Description protected static Buffer.Options
Buffer.Options. DEFAULT
Methods in org.jgroups.util that return Buffer.Options Modifier and Type Method Description Buffer.Options
Buffer.Options. block(boolean block)
static Buffer.Options
Buffer.Options. DEFAULT()
Buffer.Options
Buffer.Options. removeFilter(java.util.function.Predicate<Message> f)
Buffer.Options
Buffer.Options. removeFromBatch(boolean r)
Methods in org.jgroups.util with parameters of type Buffer.Options Modifier and Type Method Description abstract boolean
Buffer. add(long seqno, T element, java.util.function.Predicate<T> remove_filter, Buffer.Options options, boolean dont_block)
Adds an element if the element at the given index is null.boolean
DynamicBuffer. add(long seqno, T element, java.util.function.Predicate<T> remove_filter, Buffer.Options __, boolean ignored)
Adds an element if the element at the given index is null.boolean
FixedBuffer. add(long seqno, T element, java.util.function.Predicate<T> remove_filter, Buffer.Options opts, boolean dont_block)
-