| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundTrendingSource
Combines several
TrendingSources into a single source. |
class |
RestServerSource
Time history source that provides access to trending channels available through a REST server.
|
| Modifier and Type | Method and Description |
|---|---|
TrendingSource |
TrendingFilter.filter(TrendingSource source)
Creates a filtered trending source.
|
TrendingSource |
RenamingFilter.filter(TrendingSource source)
Applies the filter.
|
TrendingSource |
TrendingSource.Event.getSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompoundTrendingSource.add(TrendingSource source) |
TrendingSource |
TrendingFilter.filter(TrendingSource source)
Creates a filtered trending source.
|
TrendingSource |
RenamingFilter.filter(TrendingSource source)
Applies the filter.
|
boolean |
CompoundTrendingSource.remove(TrendingSource source) |
boolean |
CompoundTrendingSource.set(TrendingSource source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompoundTrendingSource.add(List<TrendingSource> sourcesToAdd) |
boolean |
CompoundTrendingSource.remove(List<TrendingSource> sourcesToRemove) |
boolean |
CompoundTrendingSource.set(List<TrendingSource> sourcesToSet) |
| Constructor and Description |
|---|
Event(TrendingSource source,
List<TrendingChannel> removedChannels,
List<TrendingChannel> addedChannels) |
Copyright © 2018 LSST. All rights reserved.