public class MonitoringConfig extends Object implements org.lsst.ccs.config.ConfigurationBulkChangeHandler
| Modifier and Type | Field and Description |
|---|---|
String |
postReadoutTriggerTasks |
String |
readoutPauseTasks |
| Constructor and Description |
|---|
MonitoringConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
setParameterBulk(Map<String,Object> parametersView) |
void |
validateBulkChange(Map<String,Object> parametersView) |
@ConfigurationParameter(category="Monitoring",
description="Regular expression to select tasks to pause before readout. An empty String means no tasks will be paused.",
units="unitless")
public volatile String readoutPauseTasks
@ConfigurationParameter(category="Monitoring",
description="Regular expression to select tasks to trigger immediately after readout. An empty String means no tasks will be triggered.",
units="unitless")
public volatile String postReadoutTriggerTasks
Copyright © 2023 LSST. All rights reserved.