| Interface | Description |
|---|---|
| Accumulator<T> |
Abstraction of an accumulator capable of collecting items and at some
point in time triggers processing of all previously accumulated items.
|
| Builder<T> |
Object builder.
|
| Identifier<T extends Comparable<T>> |
Abstract identifier backed by another value, e.g.
|
| Managed<T> |
Interface for types that can be asynchronously opened and closed.
|
| Class | Description |
|---|---|
| AbstractAccumulator<T> |
Base implementation of an item accumulator.
|
| AbstractIdentifier<T extends Comparable<T>> |
Abstract identifier backed by another value, e.g.
|
| ArraySizeHashPrinter |
Helper to print Object[] length and hashCode.
|
| Services |
Service utilities.
|
| SlidingWindowCounter |
Maintains a sliding window of value counts.
|
| TimestampPrinter |
Timestamp printer.
|
| Exception | Description |
|---|---|
| AtomixIOException |
Atomix I/O exception.
|
| AtomixRuntimeException |
Atomix runtime exception.
|
Copyright © 2013–2017. All rights reserved.