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.protocols.pbcast 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 void
UNICAST3. handleBatchReceived(UNICAST3.ReceiverEntry entry, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob)
protected java.lang.String
UNICAST3. printMessageList(java.util.List<LongTuple<Message>> list)
-
Uses of LongTuple in org.jgroups.protocols.pbcast
Method parameters in org.jgroups.protocols.pbcast with type arguments of type LongTuple Modifier and Type Method Description protected void
NAKACK2. handleMessages(Address dest, Address sender, java.util.List<LongTuple<Message>> msgs, boolean oob, AsciiString cluster_name)
-
Uses of LongTuple in org.jgroups.util
Method parameters in org.jgroups.util with type arguments of type LongTuple Modifier and Type Method Description boolean
Table. add(java.util.List<LongTuple<T>> list)
Adds elements from list to the tableboolean
Table. 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 tableboolean
Table. add(java.util.List<LongTuple<T>> list, boolean remove_added_elements, T const_value)
Adds elements from the list to the tableprotected long
Table. findHighestSeqno(java.util.List<LongTuple<T>> list)
-