|
Class Summary |
| DataContainer |
A DataContainer handles file persistence for a DiskBoundedQueue
The DataContainer is a temporary data structure, that is only
designed to exist for the lifetime of the application |
| FileDataBlock |
Simply writes/reads data from a RandomAccessFile |
| MemoryBoundedQueue |
MemoryBoundedQueue is a queue bounded by memory usage for Packets |
| MemoryBoundedQueueManager |
A factory manager for MemoryBoundedQueue and also ensures that the maximum memory used by all active
MemoryBoundedQueues cewated by this instance stays within the memory usage bounds set. |
| SpooledBoundedPacketQueue |
Implements a controlled thread safe queue, with Packets being spooled to disk for reading asynchronously. |
| WireByteArrayInputStream |
Optimized ByteArrayInputStream that can be used more than once. |
| WireByteArrayOutputStream |
Optimized ByteArrayOutputStream |