| Modifier and Type | Method and Description |
|---|---|
CursorIteratorProviderFactory |
DefaultObjectStreamingManager.getDefaultCursorProviderFactory() |
CursorIteratorProviderFactory |
DefaultObjectStreamingManager.getInMemoryCursorProviderFactory(InMemoryCursorIteratorConfig config)
Creates a
CursorIteratorProviderFactory which buffers in memory |
CursorIteratorProviderFactory |
DefaultObjectStreamingManager.getNullCursorProviderFactory()
Creates a null object implementation of
CursorIteratorProviderFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCursorIteratorProviderFactory
Base implementation of
CursorIteratorProviderFactory which contains all the base behaviour and template
methods. |
class |
InMemoryCursorIteratorProviderFactory |
class |
NullCursorIteratorProviderFactory |
| Modifier and Type | Method and Description |
|---|---|
CursorIteratorProviderFactory |
ObjectStreamingManager.getDefaultCursorProviderFactory() |
CursorIteratorProviderFactory |
ObjectStreamingManager.getInMemoryCursorProviderFactory(InMemoryCursorIteratorConfig config)
Creates a
CursorIteratorProviderFactory which buffers in memory |
CursorIteratorProviderFactory |
ObjectStreamingManager.getNullCursorProviderFactory()
Creates a null object implementation of
CursorIteratorProviderFactory |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.