| 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 |
Configuration
Filter that selects subsystem state channels.
|
class |
CoreStates
Filter that selects subsystem state channels.
|
class |
GenericFilter
Deprecated.
|
class |
GenericFilterPersistable
Generic configurable channel filter.
|
class |
MonitorOnly
Deprecated.
|
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 |
States
Filter that selects subsystem state channels.
|
class |
Versions
Filter that selects subsystem state channels.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentChannelsFilter |
GenericFilterPersistable.agentSelector(String subsystem) |
static AgentChannelsFilter |
GenericFilterPersistable.filterMonitorOnly(String name,
List<String> agents,
String delimeter,
boolean separatePagesForAgents,
List<String> fields) |
AgentChannelsFilter |
AgentChannelsFilter.Event.getSource() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
AgentChannelsFilter.getDisplayPath(AgentChannelsFilter filter,
String originPath)
Returns a list of display paths for the specified original path, applying the provided filter.
|
| Constructor and Description |
|---|
Event(AgentChannelsFilter filter) |
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 |
| Modifier and Type | Method and Description |
|---|---|
AgentChannelsFilter |
CompoundView.getFilter() |
AgentChannelsFilter |
CellView.getFilter() |
AgentChannelsFilter |
ImageView.getFilter()
Returns
null since there is no filter associated with an image-based view. |
AgentChannelsFilter |
MonitorView.getFilter()
Returns the filter associated with this view, or
null if there is none. |
AgentChannelsFilter |
CellTableView.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundView.setFilter(AgentChannelsFilter filter)
Sets a channels filter.
|
void |
TreeView.setFilter(AgentChannelsFilter filter)
Called to set a filter on this view.
|
void |
CellView.setFilter(AgentChannelsFilter filter) |
void |
LazyTreeView.setFilter(AgentChannelsFilter filter)
Called to set a filter on this view.
|
void |
ImageView.setFilter(AgentChannelsFilter filter)
Does nothing since there is no filter associated with an image-based view.
|
void |
ConfigView.setFilter(AgentChannelsFilter filter) |
void |
MonitorView.setFilter(AgentChannelsFilter filter)
Sets the channels filter to be used by this view.
|
void |
CellTableView.setFilter(AgentChannelsFilter filter) |
void |
AbstractMonitorView.setFilter(AgentChannelsFilter filter) |
| 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.
|
Copyright © 2020 LSST. All rights reserved.