public class DayCollectingAggregator extends java.lang.Object implements CollectingAggregator
| Constructor and Description |
|---|
DayCollectingAggregator(TsDB tsdb,
TsIterator input_iterator) |
| Modifier and Type | Method and Description |
|---|---|
long |
calcNextOutput() |
int |
getAttributeCount() |
java.util.ArrayList<java.lang.Float>[] |
getOutputs() |
ProcessingChain |
getProcessingChain()
Default implementation: Get processing chain with this as source entry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTitlecreateUnknown, ofcreateUnknownpublic DayCollectingAggregator(TsDB tsdb, TsIterator input_iterator)
public int getAttributeCount()
getAttributeCount in interface CollectingAggregatorpublic long calcNextOutput()
calcNextOutput in interface CollectingAggregatorpublic java.util.ArrayList<java.lang.Float>[] getOutputs()
getOutputs in interface CollectingAggregatorpublic ProcessingChain getProcessingChain()
ProcessingChainNodegetProcessingChain in interface ProcessingChainNodegetProcessingChain in interface ProcessingChainSupplier