Skip navigation links

Agrona

Packages 
Package Description
org.agrona
Data structures and utilities useful for building high-performance Java applications.
org.agrona.collections
Collections classes that support primitive types and tend to be cache friendly.
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.console
Utilities for interacting with a user via the console.
org.agrona.generation
Utilities to support code generation and compilation in-memory.
org.agrona.hints
This package captures hints that may be used by some runtimes to improve code performance.
org.agrona.io
Bridging classes for allowing direct buffers implementations of DirectBuffer and MutableDirectBuffer to be used with Java IO streams.
org.agrona.nio
Utilities to help with Java NIO and allocation issues like on selectors.
org.agrona.sbe
Common interfaces which can apply to SBE messages to support abstract usage.
Skip navigation links

Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.