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.OptionsUNICAST4. BLOCKING_SENDSprotected static Buffer.OptionsNAKACK4. SEND_OPTIONSMethods in org.jgroups.protocols that return Buffer.Options Modifier and Type Method Description Buffer.OptionsNAKACK4. sendOptions()protected Buffer.OptionsReliableMulticast. sendOptions()protected Buffer.OptionsReliableUnicast. sendOptions()Buffer.OptionsUNICAST4. 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.OptionsBuffer.Options. DEFAULTMethods in org.jgroups.util that return Buffer.Options Modifier and Type Method Description Buffer.OptionsBuffer.Options. block(boolean block)static Buffer.OptionsBuffer.Options. DEFAULT()Buffer.OptionsBuffer.Options. removeFilter(java.util.function.Predicate<Message> f)Buffer.OptionsBuffer.Options. removeFromBatch(boolean r)Methods in org.jgroups.util with parameters of type Buffer.Options Modifier and Type Method Description abstract booleanBuffer. 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.booleanDynamicBuffer. 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.booleanFixedBuffer. add(long seqno, T element, java.util.function.Predicate<T> remove_filter, Buffer.Options opts, boolean dont_block)
-