public class GroupAverageSource_NEW extends Continuous.Abstract
Continuous.Abstract, Continuous.Concrete
tsdb
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, wait
isContinuous, of
getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
public 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()
Node
public java.lang.String[] getSchema()
public TsIterator getExactly(long start, long end)
Continuous
public VirtualPlot getSourceVirtualPlot()
public long[] getTimestampInterval()
public java.lang.String getSourceName()