| Class | Description |
|---|---|
| AbstractCursorIterator<T> |
Base class for implementations of
CursorIterator. |
| AbstractStreamingBuffer |
Base class for streaming buffers with basic functionality to allow
cursors
to have concurrent access to the stream's content |
| CursorContext |
Groups a
CursorProvider with information about its context |
| CursorManager |
Keeps track of active
cursors and their providers |
| DefaultMemoryManager |
Default implementation of
MemoryManager |
| DefaultStreamingManager | |
| ManagedCursorProvider<T extends org.mule.runtime.api.streaming.Cursor> |
Base class for a
CursorProvider decorator which makes sure that cursors
opened by the decorated provider are properly tracked through the CursorManager. |
| MutableStreamingStatistics |
Mutable implementation of
StreamingStatistics |
| TempBufferFileUtils |
Utility methods to handle temporal files
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.