Interface | Description |
---|---|
IDGenerator |
Generator of record IDs for the journals.
|
LinkedList<E> | |
LinkedListIterator<E> |
A LinkedListIterator
This iterator allows the last element to be repeated in the next call to hasNext or next
|
MemorySize.ObjectFactory | |
PriorityLinkedList<T> |
A type of linked list which maintains items according to a priority
and allows adding and removing of elements at both ends, and peeking
|
SoftValueHashMap.ValueCache | |
TokenBucketLimiter |
This class can throttle to a specific rate, using an algorithm based on the Token Bucket metaphor.
|
Class | Description |
---|---|
ActiveMQBufferInputStream |
Used to send large messages
|
BufferHelper |
Helper methods to read and write from ActiveMQBuffer.
|
ConfigurationHelper | |
ConfirmationWindowWarning |
TODO: get rid of this
|
DeflaterReader |
A DeflaterReader
The reader takes an inputstream and compress it.
|
FutureLatch | |
InflaterReader |
InflaterReader
It takes a compressed input stream and decompressed it as it is being read.
|
InflaterWriter |
InflaterWriter
|
JNDIUtil | |
JsonLoader |
This is to make sure we use the proper classLoader to load JSon libraries.
|
LinkedListImpl<E> |
A linked list implementation which allows multiple iterators to exist at the same time on the queue, and which see any
elements added or removed from the queue either directly or via iterators.
|
MemorySize | |
ObjectInputStreamWithClassLoader | |
PriorityLinkedListImpl<T> |
A priority linked list implementation
|
SecurityFormatter | |
SimpleIDGenerator | |
SizeFormatterUtil | |
SoftValueHashMap<K,V extends SoftValueHashMap.ValueCache> | |
StringUtil | |
TimeAndCounterIDGenerator |
A TimeAndCounterIDGenerator
|
TokenBucketLimiterImpl | |
VersionLoader |
This loads the version info in from a version.properties file.
|
XidCodecSupport | |
XMLUtil |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.