| Interface | Description |
|---|---|
| ObjectStreamBuffer<T> |
A buffer which provides concurrent random access to the entirety
of a stream of objects.
|
| Class | Description |
|---|---|
| AbstractCursorIteratorProvider |
Base class for
CursorIteratorProvider implementations. |
| AbstractObjectStreamBuffer<T> |
Base class for implementations of
ObjectStreamBuffer |
| Bucket<T> |
A zero-based indexed group of items.
|
| BufferedCursorIterator<T> |
A
CursorIterator which pulls its data from an ObjectStreamBuffer. |
| DefaultObjectStreamingManager |
Default implementation of
ObjectStreamingManager |
| InMemoryCursorIteratorProvider |
An implementation of
AbstractCursorIteratorProvider which yields
cursors that only use memory for buffering |
| InMemoryObjectStreamBuffer<T> |
An
AbstractObjectStreamBuffer implementation which uses buckets for locating items. |
| ManagedCursorIteratorProvider |
ManagedCursorProvider implementation for CursorIteratorProvider instances |
| Position |
Represents the position of an item inside a
ObjectStreamBuffer. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.