Uses of Class
org.agrona.AbstractMutableDirectBuffer
Packages that use AbstractMutableDirectBuffer
Package
Description
Data structures and utilities useful for building high-performance Java applications.
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of AbstractMutableDirectBuffer in org.agrona
Subclasses of AbstractMutableDirectBuffer in org.agronaModifier and TypeClassDescriptionclass
ExpandableMutableDirectBuffer
that is backed by an array.class
ExpandableMutableDirectBuffer
that is backed by a directByteBuffer
. -
Uses of AbstractMutableDirectBuffer in org.agrona.concurrent
Subclasses of AbstractMutableDirectBuffer in org.agrona.concurrentModifier and TypeClassDescriptionclass
Supports regular, byte ordered, and atomic (memory ordered) access to an underlying buffer.