public class InMemoryCursorIteratorProvider extends AbstractCursorIteratorProvider
AbstractCursorIteratorProvider which yields
cursors that only use memory for bufferingstream| Constructor and Description |
|---|
InMemoryCursorIteratorProvider(StreamingIterator stream,
InMemoryCursorIteratorConfig config)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.streaming.object.CursorIterator |
doOpenCursor() |
void |
releaseResources() |
close, isClosed, openCursorpublic InMemoryCursorIteratorProvider(StreamingIterator stream, InMemoryCursorIteratorConfig config)
stream - the stream to buffer fromconfig - the config of the generated bufferprotected org.mule.runtime.api.streaming.object.CursorIterator doOpenCursor()
doOpenCursor in class AbstractCursorIteratorProviderpublic void releaseResources()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.