Uses of Class
org.jgroups.util.Table
Packages that use Table
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 Table in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TableMethods in org.jgroups.protocols that return TableModifier and TypeMethodDescriptionUNICAST3.createTable(long seqno) UNICAST3.getSendWindow(Address target) Used for testing only!Methods in org.jgroups.protocols with parameters of type TableModifier and TypeMethodDescriptionprotected voidSEQUENCER2.removeAndDeliver(Table<Message> win, Address sender) protected voidUNICAST3.removeAndDeliver(Table<Message> win, Address sender) Try to remove as many messages as possible from the table as pass them up.Method parameters in org.jgroups.protocols with type arguments of type TableModifier and TypeMethodDescriptionprotected static intUNICAST3.accumulate(ToIntFunction<Table<Message>> func, Collection<? extends UNICAST3.Entry>... entries) Constructors in org.jgroups.protocols with parameters of type Table -
Uses of Table in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as TableFields in org.jgroups.protocols.pbcast with type parameters of type TableModifier and TypeFieldDescriptionprotected final ConcurrentMap<Address, Table<Message>> NAKACK2.xmit_tableMap to store sent and received messages (keyed by sender)Methods in org.jgroups.protocols.pbcast that return TableModifier and TypeMethodDescriptionNAKACK2.createTable(long initial_seqno) Returns the receive window for sender; only used for testing.Methods in org.jgroups.protocols.pbcast with parameters of type TableModifier and TypeMethodDescriptionprotected voidNAKACK2.removeAndDeliver(Table<Message> buf, Address sender, boolean loopback, AsciiString cluster_name) Efficient way of checking whether another thread is already processing messages from sender.protected static longNAKACK2.sizeOfAllMessages(Table<Message> buf, boolean include_headers) -
Uses of Table in org.jgroups.util
Methods in org.jgroups.util that return TableModifier and TypeMethodDescriptionTable.setHighestDelivered(long seqno) Only used internally by JGroups on a state transfer.Table.setMaxCompactionTime(long max_compaction_time)