| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.base.filter | |
| 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 | Method and Description |
|---|---|
default String |
AgentChannelsFilter.getDisplayPath(AgentChannel channel)
Returns the display path corresponding to the specified original channel.
|
String |
ConfigurationFilter.getDisplayPath(AgentChannel channel) |
String |
CCSHealthFilter.getDisplayPath(AgentChannel channel) |
default List<String> |
AgentChannelsFilter.getDisplayPaths(AgentChannel channel)
Returns a list of display channels for the specified original channel.
|
List<String> |
PageFilter.getDisplayPaths(AgentChannel channel) |
List<String> |
KeyDataAllSubsystemsFilter.getDisplayPaths(AgentChannel channel) |
List<String> |
CoreStates.getDisplayPaths(AgentChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
FilterOutOfRange.getDisplayPaths(AgentChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
default AgentChannel |
DisplayChannel.getChannel()
Returns the original published data channel associated with this display channel.
|
AgentChannel |
DisplayChannelSingle.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
List<AgentChannel> |
DisplayChannelMulti.getChannels() |
default List<AgentChannel> |
DisplayChannel.getChannels()
Returns an unmodifiable list of original published data channels associated with this display channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayChannelMulti.addChannel(AgentChannel channel) |
default void |
DisplayChannel.addChannel(AgentChannel channel)
Adds an original published data channel to the list of channels associated with this display channel.
|
void |
DisplayChannelMulti.appendChannel(AgentChannel channel) |
default void |
DisplayChannel.appendChannel(AgentChannel channel)
Appends an original published data channel to the list of channels associated with this display channel.
|
protected FormattedValue |
MonitorField.colorConfigurationParameter(FormattedValue fv,
AgentChannel channel)
Applies configuration parameter specific formatting.
|
protected FormattedValue |
MonitorField.defaultFormat(AgentChannel channel,
FormattedValue fv)
Applies standard formatting, without overwriting fields already set on the provided
FormattedValue. |
static void |
MonitorTable.edit(Component parent,
org.lsst.ccs.bus.data.ConfigurationParameterInfo conf,
MonitorField field,
AgentChannel channel) |
FormattedValue |
MonitorField.format(AgentChannel channel)
Computes the current formatted value of this field in the specified data channel.
|
FormattedValue |
MonitorFormat.format(MonitorField field,
AgentChannel channel)
Produces formatted value, given the monitored field and the data channel whose value needs to be formatted.
|
List<String> |
GroupView.Filter.getDisplayPaths(AgentChannel channel) |
Object |
MonitorField.getValue(AgentChannel channel)
Returns the current value of this field in the specified data channel, or
null
if the channel does not contain a value for this field. |
void |
DisplayChannelMulti.setChannel(AgentChannel channel) |
void |
DisplayChannel.setChannel(AgentChannel channel)
Sets the original published data channel associated with this display channel.
|
void |
DisplayChannelSingle.setChannel(AgentChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedView.addChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels)
Deprecated.
|
void |
GroupView.addChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels)
Updates
views or calls addChannels(...) on a child view if it already exists. |
void |
ConfigView.addChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels) |
void |
AbstractMonitorView.addChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels)
Adds channels to this view.
|
FormattedValue |
MonitorField.format(List<AgentChannel> channels)
Computes the current formatted value of this field for the specified list of channels.
|
FormattedValue |
MonitorField.Average.format(List<AgentChannel> channels) |
FormattedValue |
MonitorFormat.format(MonitorField field,
List<AgentChannel> channels)
Produces formatted value, given the field and the list of contributing channels.
|
void |
TabbedView.removeChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels)
Deprecated.
|
void |
GroupView.removeChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels)
Updates
views or calls removeChannels(...) on a child view if it exists. |
void |
ConfigView.removeChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels) |
void |
AbstractMonitorView.removeChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels)
Removes channels from this view.
|
static void |
LsstMonitorPlugin.saveData(OutputStream out,
String mimeType,
List<AgentChannel> channels,
List<MonitorField> fields) |
void |
DisplayChannelMulti.setChannels(Collection<AgentChannel> channels) |
default void |
DisplayChannel.setChannels(Collection<AgentChannel> channels)
Sets the list of original published data channels associated with this display channel.
|
void |
TabbedView.updateChannels(List<Map.Entry<String,Map.Entry<AgentChannel,List<String>>>> channels)
Deprecated.
|
void |
GroupView.updateChannels(List<Map.Entry<String,Map.Entry<AgentChannel,List<String>>>> channels)
Forward updates to the current view, if any.
|
void |
ConfigView.updateChannels(List<Map.Entry<String,Map.Entry<AgentChannel,List<String>>>> channels) |
void |
AbstractMonitorView.updateChannels(List<Map.Entry<String,Map.Entry<AgentChannel,List<String>>>> channels)
Updates channels in this view.
|
| Constructor and Description |
|---|
DisplayChannelSingle(String path,
AgentChannel channel,
Updatable view) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicChannel
Basic implementation of
AgentChannel. |
class |
StaticChannel
AgentChannel whose value is fixed . |
| Modifier and Type | Field and Description |
|---|---|
protected List<AgentChannel> |
AgentStatusEvent.addedChannels |
protected List<AgentChannel> |
AgentStatusEvent.removedChannels |
protected Map<AgentChannel,List<String>> |
AgentStatusEvent.statusChanges |
| Modifier and Type | Method and Description |
|---|---|
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 <T extends AgentChannel> |
ChannelSelector.filter(List<String> agents,
List<ChannelSelector> channelSelectors,
Collection<T> channels)
Filters list of channels, selecting those that match at least one of the selectors.
|
static <T extends AgentChannel> |
ChannelSelector.filter(List<String> agents,
List<ChannelSelector> channelSelectors,
Collection<T> channels,
List<T> out)
Appends channels matching at least one of the selectors to the provided list.
|
| Modifier and Type | Method and Description |
|---|---|
AgentChannel |
AgentStatusAggregator.getChannel(String path)
Returns the channel specified by the given path.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentChannel> |
AgentStatusEvent.getAddedChannels()
Returns a list of new channels.
|
List<AgentChannel> |
AgentStatusAggregator.getDictionaryChannels(List<String> agents,
List<String> channelSelectors)
Returns a list of channels identified by the specified selectors.
|
List<AgentChannel> |
AgentStatusEvent.getRemovedChannels()
Returns a list of channels that are no longer published by the agent.
|
Map<AgentChannel,List<String>> |
AgentStatusEvent.getStatusChanges()
Returns a map of modified channels to lists of keys of changed attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ChannelSelector.accept(List<String> agents,
List<ChannelSelector> channelSelectors,
AgentChannel channel)
Checks whether the specified channel is accepted by at least one of the provided selectors.
|
void |
MutableAgentStatusEvent.addAddedChannel(AgentChannel channel) |
void |
MutableAgentStatusEvent.addChange(AgentChannel channel,
String attributeKey) |
void |
MutableAgentStatusEvent.addRemovedChannel(AgentChannel channel) |
default boolean |
ChannelSelector.match(AgentChannel channel)
Checks whether the specified channel is accepted by this selector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAgentStatusEvent.addAddedChannels(Collection<? extends AgentChannel> channels) |
void |
MutableAgentStatusEvent.addRemovedChannels(Collection<? extends AgentChannel> channels) |
| Constructor and Description |
|---|
BasicChannel(AgentChannel other)
Copy constructor.
|
Copyright © 2023 LSST. All rights reserved.