| 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 channel corresponding to the specified original channel.
|
List<String> |
CoreStates.getDisplayPaths(AgentChannel channel) |
List<String> |
PageFilter.getDisplayPaths(AgentChannel channel) |
default List<String> |
AgentChannelsFilter.getDisplayPaths(AgentChannel channel)
Returns a list of display channels for the specified original 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 |
|---|---|
default List<AgentChannel> |
DisplayChannel.getChannels()
Returns an unmodifiable list of original published data channels associated with this display channel.
|
List<AgentChannel> |
DisplayChannelMulti.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
default void |
DisplayChannel.addChannel(AgentChannel channel)
Adds an original published data channel to the list of channels associated with this display channel.
|
void |
DisplayChannelMulti.addChannel(AgentChannel channel) |
default void |
DisplayChannel.appendChannel(AgentChannel channel)
Appends an original published data channel to the list of channels associated with this display channel.
|
void |
DisplayChannelMulti.appendChannel(AgentChannel channel) |
FormattedValue |
MonitorField.format(AgentChannel channel)
Returns the current formatted value of this field in the specified data channel,
or
null if this field does not define custom formatting. |
FormattedValue |
MonitorFormat.format(MonitorField field,
AgentChannel channel)
Produces formatted value, given the monitored field and the data channel whose value needs to be formatted.
|
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. |
Object |
MonitorFormat.getValue(MonitorField field,
AgentChannel channel)
Extracts unformatted value corresponding to the specified field from a channel.
|
void |
DisplayChannel.setChannel(AgentChannel channel)
Sets the original published data channel associated with this display channel.
|
void |
DisplayChannelSingle.setChannel(AgentChannel channel) |
void |
DisplayChannelMulti.setChannel(AgentChannel channel) |
void |
MonitorField.setValue(Object value,
AgentChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigView.addChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels) |
void |
TabbedView.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)
Returns the current formatted value of this field for the specified list of channels,
or
null if this field does not define formatting for multiple 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 |
ConfigView.removeChannels(List<org.lsst.ccs.bus.data.AgentInfo> agents,
List<Map.Entry<String,AgentChannel>> channels) |
void |
TabbedView.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) |
default void |
DisplayChannel.setChannels(Collection<AgentChannel> channels)
Sets the list of original published data channels associated with this display channel.
|
void |
DisplayChannelMulti.setChannels(Collection<AgentChannel> channels) |
void |
ConfigView.updateChannels(List<Map.Entry<String,Map.Entry<AgentChannel,List<String>>>> channels) |
void |
TabbedView.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 |
| 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(List<String> agents,
List<ChannelSelector> channelSelectors,
Collection<T> channels) |
static <T extends AgentChannel> |
ChannelSelector.filter(List<String> agents,
List<ChannelSelector> channelSelectors,
Collection<T> channels,
List<T> out)
Appends channels matching 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.getChannels(String... channelSelectors)
Deprecated.
Use
getChannels(List<String> agents, List<String> channels) instead. |
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.
|
List<AgentChannel> |
AgentStatusAggregator.getWatchedChannels(List<String> agents,
List<String> channelSelectors)
Returns a list of watched channels identified by the specified selectors.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ChannelSelector.accept(List<String> agents,
List<ChannelSelector> channelSelectors,
AgentChannel channel) |
void |
MutableAgentStatusEvent.addAddedChannel(AgentChannel channel) |
void |
MutableAgentStatusEvent.addChange(AgentChannel channel,
String attributeKey) |
void |
MutableAgentStatusEvent.addRemovedChannel(AgentChannel channel) |
boolean |
ChannelSelector.match(AgentChannel channel) |
| 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 © 2020 LSST. All rights reserved.