| Package | Description |
|---|---|
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AgentStatusAggregatorService.setAggregatePattern(AgentPropertyPredicate agentPropertyPredicate,
Pattern pattern,
int historyDuration,
int aggregateWindow,
String alias)
Configures the StatusAgregator to monitor all the data which
name matches a regex pattern.
|
void |
AgentStatusAggregatorService.setAggregatePattern(AgentPropertyPredicate agentPropertyPredicate,
String pattern)
Configures the StatusAgregator to monitor all the data which
name matches a regex pattern.
|
void |
AgentStatusAggregatorService.setAggregatePattern(AgentPropertyPredicate agentPropertyPredicate,
String pattern,
int historyDuration,
int aggregateWindow,
String alias) |
void |
AgentStatusAggregatorService.setAggregatePattern(AgentPropertyPredicate agentPropertyPredicate,
String pattern,
String alias) |
| Constructor and Description |
|---|
StatusAggregateConfig(AgentPropertyPredicate agentPropertyPredicate,
Pattern pattern,
int historyDuration,
int aggregateWindow,
String alias) |
Copyright © 2019 LSST. All rights reserved.