Modifier and Type | Field and Description |
---|---|
protected long[] |
timestamps |
protected double[] |
values |
Modifier and Type | Method and Description |
---|---|
(package private) Aggregates |
getAggregates(long tStart,
long tEnd)
Deprecated.
This method is deprecated. Uses instance of
Variable , used with DataProcessor.addDatasource(String, String, Variable) |
(package private) String |
getName() |
(package private) double |
getPercentile(long tStart,
long tEnd,
double percentile)
Deprecated.
This method is deprecated. Uses instance of
Variable.PERCENTILE , used with DataProcessor.addDatasource(String, String, Variable) |
(package private) long[] |
getTimestamps() |
(package private) double[] |
getValues() |
(package private) void |
setTimestamps(long[] timestamps) |
(package private) void |
setValues(double[] values) |
Source(String name)
String getName()
void setValues(double[] values)
void setTimestamps(long[] timestamps)
double[] getValues()
long[] getTimestamps()
@Deprecated Aggregates getAggregates(long tStart, long tEnd)
Variable
, used with DataProcessor.addDatasource(String, String, Variable)
tStart
- tEnd
- @Deprecated double getPercentile(long tStart, long tEnd, double percentile)
Variable.PERCENTILE
, used with DataProcessor.addDatasource(String, String, Variable)
tStart
- tEnd
- percentile
-