public class PeakSmoothIterator extends InputProcessingIterator
| Modifier and Type | Class and Description |
|---|---|
static class |
PeakSmoothIterator.FillType |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_FILL_TIME_INTERVAL |
input_iteratorschema| Constructor and Description |
|---|
PeakSmoothIterator(TsIterator input_iterator,
PeakSmoothIterator.FillType[] fillTypes) |
| Modifier and Type | Method and Description |
|---|---|
static TsSchema |
createSchema(TsSchema tsSchema) |
protected TsEntry |
getNext()
Request next element.
|
getProcessingChainclose, hasNext, nextgetNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSVclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingTitlecreateUnknown, ofcreateUnknownpublic static final int MAX_FILL_TIME_INTERVAL
public PeakSmoothIterator(TsIterator input_iterator, PeakSmoothIterator.FillType[] fillTypes)
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