| Interface | Description |
|---|---|
| IDataSetConsumer |
Receive notification of the content of a dataset.
|
| IDataSetProducer |
Interface for reading a dataset using callback.
|
| Class | Description |
|---|---|
| BufferedConsumer |
Implementation of
IDataSetConsumer which buffers all data
until the BufferedConsumer.endDataSet() event occurs. |
| DataSetProducerAdapter | |
| DefaultConsumer |
This class provides no op implementations for all of the callbacks in the
IDataSetConsumer interface. |
| StreamingDataSet |
Dataset that consumes producer asynchronously.
|
| StreamingIterator |
Asynchronous table iterator that uses a new Thread for asynchronous processing.
|
Copyright © 2002-2017. All Rights Reserved.