| 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.
|
| RichComparable<T> |
Extends useful methods for comparison to
Comparable interface. |
| Class | Description |
|---|---|
| AbstractAccumulator<T> |
Base implementation of an item accumulator.
|
| Bandwidth |
Representation of bandwidth.
|
| BlockingBoolean |
Mutable boolean that allows threads to wait for a specified value.
|
| BoundedThreadPool |
Implementation of ThreadPoolExecutor that bounds the work queue.
|
| ByteArraySizeHashPrinter |
Helper to print byte[] length and hashCode.
|
| Counter |
Counting mechanism capable of tracking occurrences and rates.
|
| Frequency |
Class representing frequency.
|
| GroupedThreadFactory |
Thread factory for creating threads that belong to the specified thread group.
|
| HexString | |
| KryoNamespace |
Pool of Kryo instances, with classes pre-registered.
|
| KryoNamespace.Builder |
KryoNamespace builder.
|
| NewConcurrentHashMap<K,V> |
Creates an instance of new ConcurrentHashMap on each
NewConcurrentHashMap.get() call. |
| PositionalParameterStringFormatter |
Allows slf4j style formatting of parameters into a string.
|
| SharedExecutors |
Utility for managing a set of shared execution resources, such as a timer,
single thread executor and thread pool executor for use by various parts of
the platform or by applications.
|
| SlidingWindowCounter |
Maintains a sliding window of value counts.
|
| Timer |
Hashed-wheel timer singleton.
|
| Tools |
Miscellaneous utility methods.
|
| Exception | Description |
|---|---|
| ItemNotFoundException |
Represents condition where an item is not found or not available.
|
Copyright © 2015. All rights reserved.