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 TypeClassDescriptionclassExpandableMutableDirectBufferthat is backed by an array.classExpandableMutableDirectBufferthat is backed by a directByteBuffer. -
Uses of AbstractMutableDirectBuffer in org.agrona.concurrent
Subclasses of AbstractMutableDirectBuffer in org.agrona.concurrentModifier and TypeClassDescriptionclassSupports regular, byte ordered, and atomic (memory ordered) access to an underlying buffer.