Uses of Class
org.jgroups.util.RequestTable
Packages that use RequestTable
Package
Description
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of RequestTable in org.jgroups.util
Methods in org.jgroups.util that return RequestTableModifier and TypeMethodDescriptionRequestTable.clear()Removes all elements, compacts the buffer and sets low=high=0RequestTable.clear(long mark) RequestTable.forEach(RequestTable.Visitor<T> visitor) RequestTable.forEachNonBlocking(RequestTable.Visitor<T> visitor) Non-blocking alternative toforEach(Visitor): iteration is performed on the array that exists at the time of this call.RequestTable.grow(int new_capacity) Grows the array to at least new_capacity.RequestTable.removeMany(LongStream seqnos, Consumer<T> consumer) Removes all elements in the stream.RequestTable.removesTillCompaction(int rems)