Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
RequestTable<T> |
RequestTable.forEach(RequestTable.Visitor<T> visitor) |
RequestTable<T> |
RequestTable.forEachNonBlocking(RequestTable.Visitor<T> visitor)
Non-blocking alternative to
RequestTable.forEach(Visitor) : iteration is performed on the array that exists at the
time of this call. |
Copyright © 1998-2020 Red Hat. All Rights Reserved.