public class StationRawSource extends RawSource.Abstract
RawSource.Abstract
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
schema |
Station |
station |
tsdb
Modifier | Constructor and Description |
---|---|
protected |
StationRawSource(TsDB tsdb,
Station station,
java.lang.String[] schema) |
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 StationRawSource |
of(TsDB tsdb,
Station station,
java.lang.String[] querySchema) |
static StationRawSource |
of(TsDB tsdb,
java.lang.String stationName,
java.lang.String[] querySchema) |
isConstantTimestep, isContinuous
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSourceName, getSourcePlot, getTimestampBaseInterval, writeConsole, writeConsole, writeCSV
public final Station station
public final java.lang.String[] schema
public static StationRawSource of(TsDB tsdb, java.lang.String stationName, java.lang.String[] querySchema)
public static StationRawSource of(TsDB tsdb, Station station, java.lang.String[] querySchema)
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()