public class StationBase extends Base.Abstract
Base.Abstract
tsdb
Modifier | Constructor and Description |
---|---|
protected |
StationBase(TsDB tsdb,
Node source) |
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() |
static StationBase |
of(TsDB tsdb,
Node source) |
static StationBase |
of(TsDB tsdb,
Station station,
java.lang.String[] querySchema,
NodeGen stationGen) |
isConstantTimestep, isContinuous
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
public static StationBase of(TsDB tsdb, Node source)
public static StationBase of(TsDB tsdb, Station station, java.lang.String[] querySchema, NodeGen stationGen)
public TsIterator get(java.lang.Long start, java.lang.Long end)
public Station getSourceStation()
public java.lang.String[] getSchema()
public VirtualPlot getSourceVirtualPlot()
public long[] getTimestampInterval()