| Package | Description |
|---|---|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AgentPresenceManager.isAgentConnected(AgentPropertyPredicate agentPredicate)
This method returns true when the given agent is fully connected, OPERATIONAL
and ready to receive commands.
|
boolean |
AgentPresenceManager.waitForAgent(AgentPropertyPredicate predicate,
long timeout,
TimeUnit unit)
Deprecated.
use method waitForAgentPredicate
|
void |
AgentPresenceManager.waitForAgentPredicate(AgentPropertyPredicate predicate,
long timeout,
TimeUnit unit) |
| 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 © 2024 LSST. All rights reserved.