public class DefaultObjectStreamingManager extends Object implements ObjectStreamingManager
ObjectStreamingManager| Modifier and Type | Field and Description |
|---|---|
protected StreamingManager |
streamingManager |
| Constructor and Description |
|---|
DefaultObjectStreamingManager(StreamingManager streamingManager) |
| Modifier and Type | Method and Description |
|---|---|
CursorIteratorProviderFactory |
getDefaultCursorProviderFactory() |
CursorIteratorProviderFactory |
getInMemoryCursorProviderFactory(InMemoryCursorIteratorConfig config)
Creates a
CursorIteratorProviderFactory which buffers in memory |
CursorIteratorProviderFactory |
getNullCursorProviderFactory()
Creates a null object implementation of
CursorIteratorProviderFactory |
protected final StreamingManager streamingManager
public DefaultObjectStreamingManager(StreamingManager streamingManager)
public CursorIteratorProviderFactory getInMemoryCursorProviderFactory(InMemoryCursorIteratorConfig config)
CursorIteratorProviderFactory which buffers in memorygetInMemoryCursorProviderFactory in interface ObjectStreamingManagerconfig - the configuration for the produced CursorIteratorProvider instancesCursorIteratorProviderFactorypublic CursorIteratorProviderFactory getNullCursorProviderFactory()
CursorIteratorProviderFactorygetNullCursorProviderFactory in interface ObjectStreamingManagerCursorIteratorProviderFactorypublic CursorIteratorProviderFactory getDefaultCursorProviderFactory()
getDefaultCursorProviderFactory in interface ObjectStreamingManagerCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.