public class RangeStepFiltered extends Node.Abstract
Node.Abstract
tsdb
Modifier | Constructor and Description |
---|---|
protected |
RangeStepFiltered(TsDB tsdb,
Node source,
DataQuality dataQuality) |
Modifier and Type | Method and Description |
---|---|
TsIterator |
get(java.lang.Long start,
java.lang.Long end) |
java.lang.String[] |
getSchema() |
Station |
getSourceStation() |
VirtualPlot |
getSourceVirtualPlot() |
long[] |
getTimestampInterval() |
boolean |
isConstantTimestep()
data stream aligned to time step
|
boolean |
isContinuous()
true => no time gaps in data stream, time steps do not need to be constant
|
static RangeStepFiltered |
of(TsDB tsdb,
Node source,
DataQuality dataQuality) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
protected RangeStepFiltered(TsDB tsdb, Node source, DataQuality dataQuality)
public static RangeStepFiltered of(TsDB tsdb, Node source, DataQuality dataQuality)
public TsIterator get(java.lang.Long start, java.lang.Long end)
public Station getSourceStation()
public java.lang.String[] getSchema()
public boolean isContinuous()
Node
public boolean isConstantTimestep()
Node
public VirtualPlot getSourceVirtualPlot()
public long[] getTimestampInterval()