public class MinDiffIterator extends MoveIterator
schema| Constructor and Description |
|---|
MinDiffIterator(java.lang.String[] schema,
TsIterator target_iterator,
TsIterator[] source_iterators,
int minSources) |
| Modifier and Type | Method and Description |
|---|---|
protected TsEntry |
getNext()
Request next element.
|
close, hasNext, nextgetNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSVclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingChain, getProcessingTitlecreateUnknown, ofcreateUnknownpublic MinDiffIterator(java.lang.String[] schema,
TsIterator target_iterator,
TsIterator[] source_iterators,
int minSources)
protected TsEntry getNext()
MoveIterator
It's guaranteed to not be called again when it first returns null (no next element).
This method should be called by MoveIterator internal only.
getNext in class MoveIterator