Uses of Class
org.jgroups.util.LongTuple
Packages that use LongTuple
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 LongTupleModifier and TypeMethodDescriptionprotected voidUNICAST3.handleBatchReceived(UNICAST3.ReceiverEntry entry, Address sender, List<LongTuple<Message>> msgs, boolean oob, Address original_dest) protected StringUNICAST3.printMessageList(List<LongTuple<Message>> list) -
Uses of LongTuple in org.jgroups.util
Method parameters in org.jgroups.util with type arguments of type LongTupleModifier and TypeMethodDescriptionbooleanAdds elements from list to the tablebooleanAdds elements from list to the table, removes elements from list that were not added to the tablebooleanAdds elements from the list to the tableprotected longTable.findHighestSeqno(List<LongTuple<T>> list)