Interface | Description |
---|---|
ExecutorFactory |
A ExecutorFactory
|
IDGenerator |
Generator of record IDs for the journals.
|
LinkedList<E> |
A LinkedList
|
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 |
---|---|
BufferHelper |
Helper methods to read and write from HornetQBuffer.
|
ConfigurationHelper |
A ConfigurationHelper
|
DeflaterReader |
A DeflaterReader
The reader takes an inputstream and compress it.
|
FutureLatch |
A Future
|
HornetQBufferInputStream |
Used to send large messages
|
InflaterReader |
An InflaterReader
It takes an compressed input stream and decompressed it as it is being read.
|
InflaterWriter |
A InflaterWriter
This class takes an OutputStream.
|
JNDIUtil | |
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 |
A MemorySize
|
ObjectInputStreamWithClassLoader | |
OrderedExecutorFactory |
A factory for producing executors that run all tasks in order, which delegate to a single common executor instance.
|
PriorityLinkedListImpl<T> |
A priority linked list implementation
It implements this by maintaining an individual LinkedBlockingDeque for each priority level.
|
Random |
A Random
|
SecurityFormatter | |
SimpleIDGenerator |
A SimpleIDGenerator
|
SizeFormatterUtil |
A SizeFormatterUtil
|
SoftValueHashMap<K,V extends SoftValueHashMap.ValueCache> |
A SoftValueHashMap
|
TimeAndCounterIDGenerator |
A TimeAndCounterIDGenerator
|
TokenBucketLimiterImpl |
A TokenBucketLimiterImpl
|
VersionLoader |
This loads the version info in from a version.properties file.
|
XidCodecSupport | |
XMLUtil |
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.