Uses of Interface
org.jgroups.util.RequestTable.Visitor
-
Packages that use RequestTable.Visitor Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of RequestTable.Visitor in org.jgroups.util
Methods in org.jgroups.util with parameters of type RequestTable.Visitor Modifier and Type Method Description RequestTable<T>
RequestTable. forEach(RequestTable.Visitor<T> visitor)
RequestTable<T>
RequestTable. forEachNonBlocking(RequestTable.Visitor<T> visitor)
Non-blocking alternative toRequestTable.forEach(Visitor)
: iteration is performed on the array that exists at the time of this call.
-