public class GroupAverageSource_NEW extends Continuous.Abstract
Continuous.Abstract, Continuous.Concretetsdb| Constructor and Description |
|---|
GroupAverageSource_NEW(TsDB tsdb,
java.lang.String group,
java.lang.String[] targetSchema) |
| Modifier and Type | Method and Description |
|---|---|
TsIterator |
get(java.lang.Long start,
java.lang.Long end) |
TsIterator |
getExactly(long start,
long end)
create an iterator with values filling the interval (start, end),
missing timestamps are created with nan values
|
java.lang.String[] |
getSchema() |
java.lang.String |
getSourceName() |
Station |
getSourceStation() |
VirtualPlot |
getSourceVirtualPlot() |
long[] |
getTimestampInterval() |
boolean |
isConstantTimestep()
data stream aligned to time step
|
static GroupAverageSource_NEW |
ofPlot(TsDB tsdb,
java.lang.String plotID,
java.lang.String... targetSchema) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisContinuous, ofgetSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSVpublic GroupAverageSource_NEW(TsDB tsdb, java.lang.String group, java.lang.String[] targetSchema)
public static GroupAverageSource_NEW ofPlot(TsDB tsdb, java.lang.String plotID, java.lang.String... targetSchema)
public TsIterator get(java.lang.Long start, java.lang.Long end)
public Station getSourceStation()
public boolean isConstantTimestep()
Nodepublic java.lang.String[] getSchema()
public TsIterator getExactly(long start, long end)
Continuouspublic VirtualPlot getSourceVirtualPlot()
public long[] getTimestampInterval()
public java.lang.String getSourceName()