| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.base.filter | |
| org.lsst.ccs.gconsole.plugins.demo.aggregator | |
| org.lsst.ccs.gconsole.plugins.demo.monitor | |
| org.lsst.ccs.gconsole.plugins.monitor |
The CCS graphical console plugin and infrastructure classes that support displaying monitoring data.
|
| org.lsst.ccs.gconsole.services.aggregator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistableAgentChannelsFilter
AgentChannelsFilter that can be saved and restored through the persistence service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChannelsFilter
Adapter to simplify implementing
AgentChannelsFilter. |
class |
CCSHealthFilter
Filter that selects channels that reflect CCS state and conditions, and are present in all subsystems.
|
class |
ConfigurationFilter
Filter that selects configuration channels.
|
class |
CoreStates
Filter that selects subsystem core state channels.
|
class |
GenericFilter
Generic configurable
AgentChannelsFilter that mirrors parameters of AgentStatusAggregator. |
class |
GenericFilterPersistable
Deprecated.
Drop-in replaceable with
GenericFilter. |
class |
KeyDataAllSubsystemsFilter
Demo filter that selects key data from subsystems for displaying in a
GroupView. |
class |
PageFilter
Filter to be associated with a view that handles a single page of a multi-page parent view.
|
class |
RegExFilter
Regular expression based channels filter.
|
class |
RegExRenamingFilter
Regular expression based channels filter.
|
class |
States
Filter that selects subsystem state channels.
|
class |
SubsystemSelectorFilter
AbstractChannelsFilter that selects channels from the specified subsystem. |
class |
Versions
Filter that selects subsystem state channels.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentChannelsFilter |
GenericFilter.filterMonitorOnly(String name,
List<String> agents,
String delimeter,
boolean separatePagesForAgents,
List<String> fields) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
AgentChannelsFilter.getDisplayPath(AgentChannelsFilter filter,
String originPath)
Deprecated.
|
| Constructor and Description |
|---|
PageFilter(AgentChannelsFilter filter,
String page) |
| Modifier and Type | Class and Description |
|---|---|
class |
DemoFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterFixed
Demo filter that displays a fixed set of channels from two different subsystems.
|
class |
FilterMonitored
Demo filter that displays all monitoring channels from all subsystems, using subsystem name as a page name.
|
class |
FilterOutOfRange
Demo filter that only displays channels with values out of range.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellTableView
Monitoring data table to be displayed as a part of an
ImageView. |
class |
CellView
MonitorView for displaying a single value in ImageView. |
protected class |
GroupView.Filter
Filter to be associated with a group view.
|
| Modifier and Type | Method and Description |
|---|---|
AgentChannelsFilter |
CompoundView.getFilter() |
AgentChannelsFilter |
CellTableView.getFilter() |
AgentChannelsFilter |
ImageView.getFilter()
Returns
null since there is no filter associated with an image-based view. |
AgentChannelsFilter |
CellView.getFilter() |
AgentChannelsFilter |
MonitorView.getFilter()
Returns the filter associated with this view, or
null if there is none. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundView.setFilter(AgentChannelsFilter filter)
Sets a channels filter.
|
void |
ConfigView.setFilter(AgentChannelsFilter filter) |
void |
CellTableView.setFilter(AgentChannelsFilter filter) |
void |
TreeView.setFilter(AgentChannelsFilter filter)
Deprecated.
Called to set a filter on this view.
|
void |
AbstractMonitorView.setFilter(AgentChannelsFilter filter) |
void |
ImageView.setFilter(AgentChannelsFilter filter)
Does nothing since there is no filter associated with an image-based view.
|
void |
CellView.setFilter(AgentChannelsFilter filter) |
void |
MonitorView.setFilter(AgentChannelsFilter filter)
Sets the channels filter to be used by this view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentStatusAggregator.addListener(AgentStatusListener listener,
AgentChannelsFilter filter)
Adds a listener to be notified of changes in agents and channels specified by the filter.
|
static <T extends AgentChannel> |
ChannelSelector.filter(AgentChannelsFilter filter,
Collection<T> channels)
Filters a list of channels, selecting those that might satisfy the provided filter, taking
into account its
List<String> getOriginChannels() and getAgents() methods. |
static List<String> |
ChannelSelector.filterPaths(AgentChannelsFilter filter,
Collection<String> paths)
Filters a list of original channel paths, selecting those that might satisfy the provided filter, taking
into account its
List<String> getOriginChannels() and getAgents() methods. |
Copyright © 2023 LSST. All rights reserved.