hunt.net.buffer.ReferenceCountUpdater

Undocumented in source.

Members

Classes

AtomicIntegerFieldUpdater
class AtomicIntegerFieldUpdater(T, string fieldName)

A reflection-based utility that enables atomic updates to designated {@code volatile int} fields of designated classes. This class is designed for use in atomic data structures in which several fields of the same node are independently subject to atomic updates.

ReferenceCountUpdater
class ReferenceCountUpdater(T, string fieldName)

Common logic for {@link ReferenceCounted} implementations

Meta