public static class MonitorField.Average extends MonitorField
MonitorField.Average| Constructor and Description |
|---|
Average(String key,
String title,
FormattedValue template,
Set<String> keys) |
| Modifier and Type | Method and Description |
|---|---|
FormattedValue |
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. |
format, getAffectedFields, getAffectedFields, getDefaultFields, getInstance, getKey, getKeys, getTitle, getValue, isUpdatable, registerInstance, setValue, toString, valueOfpublic Average(String key, String title, FormattedValue template, Set<String> keys)
public FormattedValue format(List<AgentChannel> channels)
MonitorFieldnull if this field does not define formatting for multiple channels.
The default implementation returns null.
format in class MonitorFieldchannels - List of channels.Copyright © 2018 LSST. All rights reserved.