| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TrendData |
TrendingSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> metadata,
TrendData history)
Returns the time history data for the specified channel.
|
TrendData |
RestServerSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> metadata,
TrendData history) |
TrendData |
CompoundTrendingSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> extra,
TrendData data) |
TrendData |
Trend.getData() |
| Modifier and Type | Method and Description |
|---|---|
abstract TrendData |
TrendingSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> metadata,
TrendData history)
Returns the time history data for the specified channel.
|
TrendData |
RestServerSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> metadata,
TrendData history) |
TrendData |
CompoundTrendingSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> extra,
TrendData data) |
void |
Trend.setData(TrendData data) |
Copyright © 2018 LSST. All rights reserved.