Uses of Class
org.jgroups.util.LongTuple
-
Packages that use LongTuple 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 LongTuple in org.jgroups.protocols
Method parameters in org.jgroups.protocols with type arguments of type LongTuple Modifier and Type Method Description protected static Tuple<java.lang.Long,java.lang.Boolean>ReliableUnicast. getLowestSeqno(short prot_id, java.util.List<LongTuple<Message>> list)protected voidReliableUnicast. handleBatchReceived(ReliableUnicast.ReceiverEntry entry, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob, Address original_dest)protected voidUNICAST3. handleBatchReceived(UNICAST3.ReceiverEntry entry, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob, Address original_dest)protected java.lang.StringReliableUnicast. printMessageList(java.util.List<LongTuple<Message>> list)protected java.lang.StringUNICAST3. printMessageList(java.util.List<LongTuple<Message>> list) -
Uses of LongTuple in org.jgroups.util
Method parameters in org.jgroups.util with type arguments of type LongTuple Modifier and Type Method Description abstract booleanBuffer. add(java.util.List<LongTuple<T>> list, boolean remove_added_elements, T const_value)Adds elements from the listbooleanDynamicBuffer. add(java.util.List<LongTuple<T>> list, boolean remove_added_elements, T const_value)booleanFixedBuffer. add(java.util.List<LongTuple<T>> list, boolean remove_added_elements, T const_value)booleanTable. add(java.util.List<LongTuple<T>> list)Adds elements from list to the tablebooleanTable. add(java.util.List<LongTuple<T>> list, boolean remove_added_elements)Adds elements from list to the table, removes elements from list that were not added to the tablebooleanTable. add(java.util.List<LongTuple<T>> list, boolean remove_added_elements, T const_value)Adds elements from the list to the tableprotected longDynamicBuffer. findHighestSeqno(java.util.List<LongTuple<T>> list)protected longTable. findHighestSeqno(java.util.List<LongTuple<T>> list)
-