Uses of Package
org.agrona
-
Packages that use org.agrona Package Description org.agrona Data structures and utilities useful for building high-performance Java applications.org.agrona.agent Java agent for instrumentingDirectBuffer
implementations to verify aligned access.org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage.org.agrona.concurrent.broadcast Data structure for broadcasting messages from one source to many receivers via shared memory.org.agrona.concurrent.errors A logger which provides a summary of distinct stacktrace based errors with counts and times.org.agrona.concurrent.ringbuffer IPC ring buffers for messaging via shared memory.org.agrona.concurrent.status Counters for indicating status and telemetry which can be put in shared memory for live inspection.org.agrona.io Bridging classes for allowing direct buffers implementations ofDirectBuffer
andMutableDirectBuffer
to be used with Java IO streams.org.agrona.sbe Common interfaces which can apply to SBE messages to support abstract usage. -
Classes in org.agrona used by org.agrona Class Description AbstractMutableDirectBuffer Common super class for implementingMutableDirectBuffer
interface.AsciiSequenceView View over aDirectBuffer
which contains an ASCII string for a given range.DeadlineTimerWheel.TimerConsumer Consumer of timer entries as deadline to timerId.DeadlineTimerWheel.TimerHandler Handler for processing expired timers.DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion.ErrorHandler Callback interface for handling an error/exception that has occurred when processing an operation or event.ExpandableRingBuffer.MessageConsumer Consumers of messages implement this interface and pass it toExpandableRingBuffer.consume(MessageConsumer, int)
.MutableDirectBuffer Abstraction over a range of buffer types that allows fields to be written in native typed fashion.PropertyAction Action to be taken for each property loaded into system properties. -
Classes in org.agrona used by org.agrona.agent Class Description DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion. -
Classes in org.agrona used by org.agrona.concurrent Class Description AbstractMutableDirectBuffer Common super class for implementingMutableDirectBuffer
interface.DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion.ErrorHandler Callback interface for handling an error/exception that has occurred when processing an operation or event.MutableDirectBuffer Abstraction over a range of buffer types that allows fields to be written in native typed fashion. -
Classes in org.agrona used by org.agrona.concurrent.broadcast Class Description DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion.MutableDirectBuffer Abstraction over a range of buffer types that allows fields to be written in native typed fashion. -
Classes in org.agrona used by org.agrona.concurrent.errors Class Description ErrorHandler Callback interface for handling an error/exception that has occurred when processing an operation or event. -
Classes in org.agrona used by org.agrona.concurrent.ringbuffer Class Description DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion. -
Classes in org.agrona used by org.agrona.concurrent.status Class Description DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion.MutableDirectBuffer Abstraction over a range of buffer types that allows fields to be written in native typed fashion. -
Classes in org.agrona used by org.agrona.io Class Description DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion.MutableDirectBuffer Abstraction over a range of buffer types that allows fields to be written in native typed fashion. -
Classes in org.agrona used by org.agrona.sbe Class Description DirectBuffer Abstraction over a range of buffer types that allows fields to be read in native typed fashion.MutableDirectBuffer Abstraction over a range of buffer types that allows fields to be written in native typed fashion.