Uses of Class
org.jgroups.util.RequestTable
-
Packages that use RequestTable Package Description org.jgroups.util 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 RequestTable Modifier and Type Method Description RequestTable<T>RequestTable. clear()Removes all elements, compacts the buffer and sets low=high=0RequestTable<T>RequestTable. clear(long mark)RequestTable<T>RequestTable. forEach(RequestTable.Visitor<T> visitor)RequestTable<T>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<T>RequestTable. grow(int new_capacity)Grows the array to at least new_capacity.RequestTable<T>RequestTable. removeMany(java.util.stream.LongStream seqnos, java.util.function.Consumer<T> consumer)Removes all elements in the stream.RequestTable<T>RequestTable. removesTillCompaction(int rems)
-