| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| Modifier and Type | Method and Description |
|---|---|
TrendingChannel |
Trend.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
List<TrendingChannel> |
TrendingSource.Event.getAddedChannels() |
abstract List<TrendingChannel> |
TrendingSource.getChannels()
Returns a list of data channels accessible through this source.
|
List<TrendingChannel> |
RestServerSource.getChannels() |
ArrayList<TrendingChannel> |
CompoundTrendingSource.getChannels() |
List<TrendingChannel> |
TrendingSource.Event.getRemovedChannels() |
| Modifier and Type | Method and Description |
|---|---|
int |
TrendingChannel.compareTo(TrendingChannel other) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TrendingSource.fireEvent(List<TrendingChannel> removedChannels,
List<TrendingChannel> addedChannels) |
protected void |
TrendingSource.fireEvent(List<TrendingChannel> removedChannels,
List<TrendingChannel> addedChannels) |
| Constructor and Description |
|---|
Trend(TrendingChannel channel) |
| Constructor and Description |
|---|
Event(TrendingSource source,
List<TrendingChannel> removedChannels,
List<TrendingChannel> addedChannels) |
Event(TrendingSource source,
List<TrendingChannel> removedChannels,
List<TrendingChannel> addedChannels) |
RenamingFilter(Map<TrendingChannel,String> nameMap)
Constructs the filter.
|
Copyright © 2018 LSST. All rights reserved.