org.autoplot.datasource.capability.Streaming

allows the records to be read in as they are available. Note when the Iterator hasNext method may block until more records are available.


streamDataSet

streamDataSet( ProgressMonitor mon ) → Iterator

provide an iterator that will provide access to each slice of the data set. It should be understood that each record returned should be join-able to the previous records.

Parameters

mon - the monitor. assert monitor.finished()==(!result.hasNext())

Returns:

a dataset iterator.

[search for examples] [view on GitHub] [view on old javadoc] [view source]