| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.monitor |
Plugin and infrastructure classes that support displaying monitoring data.
|
| Modifier and Type | Field and Description |
|---|---|
static MonitorField |
MonitorField.ALERT_HIGH |
static MonitorField |
MonitorField.ALERT_LOW |
static MonitorField |
MonitorField.DESCR |
static MonitorField |
MonitorField.HIGH |
static MonitorField |
MonitorField.HIGH_WARN |
static MonitorField |
MonitorField.LOW |
static MonitorField |
MonitorField.LOW_WARN |
static MonitorField |
MonitorField.NAME |
static MonitorField |
MonitorField.NULL |
static MonitorField |
MonitorField.UNITS |
static MonitorField |
MonitorField.VALUE |
| Modifier and Type | Method and Description |
|---|---|
MonitorField |
MonitorTable.Cell.getField() |
static MonitorField |
MonitorField.getInstance(String name)
Returns an instance with the specified name.
|
static MonitorField |
MonitorField.getInstance(String name,
String title,
boolean updatable,
boolean editable)
Returns a newly created instance with the specified parameters.
|
static MonitorField |
MonitorField.valueOf(String name)
Returns an instance with the specified name, or
null if no such instance exists. |
| Modifier and Type | Method and Description |
|---|---|
protected List<MonitorField> |
MonitorTable.getField(String attribute) |
| Modifier and Type | Method and Description |
|---|---|
protected MonitorTable.Data |
MonitorTable.format(MonitorTable.Item item,
MonitorField field) |
protected List<int[]> |
MonitorTable.getCells(MonitorTable.Item item,
MonitorField field)
Returns indices of all cells whose content is affected by the specified item and field.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LsstMonitorPlugin.saveData(OutputStream out,
String mimeType,
List<AgentChannel> channels,
List<MonitorField> fields) |
Copyright © 2017 LSST. All rights reserved.