Package | Description |
---|---|
com.neurosys.etl.processors.batch |
Modifier and Type | Class and Description |
---|---|
class |
DaemonBufferSplitter<T>
A time aware reader (intended to be used a background low priority daemon service)
that chunks out batches based on a Buffer Size & limit.
|
class |
SerialBufferSplitter<T>
A splitter that chunks up a Larger List or Stream into Smaller buffers serially and synchronously
with an added option for CheckCallback before dispatching the next batch.
|
Copyright © 2018. All rights reserved.