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.clear()
Removes all elements, compacts the buffer and sets low=high=0
|
RequestTable<T> |
RequestTable.clear(long mark) |
RequestTable<T> |
RequestTable.forEach(RequestTable.Visitor<T> visitor) |
RequestTable<T> |
RequestTable.forEachNonBlocking(RequestTable.Visitor<T> visitor)
Non-blocking alternative to
forEach(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.removesTillCompaction(int rems) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.