Uses of Interface
org.jgroups.util.RequestTable.Visitor
Packages that use RequestTable.Visitor
Package
Description
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.VisitorModifier and TypeMethodDescriptionRequestTable.forEach(RequestTable.Visitor<T> visitor) 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.