| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
DistributionInfo |
Agent.getDistributionInfo()
Deprecated.
use getAgentService(AgentVersionsService.class).getAllDistributionInfo().get(AgentVersionsService.AGENT) instead
|
| Modifier and Type | Method and Description |
|---|---|
DistributionInfo |
CCSVersions.getDistributionInfo(AgentInfo agent)
Get the DistributionInfo for a given AgentInfo.
|
DistributionInfo |
CCSVersions.getDistributionInfo(String agent)
Get the DistributionInfo for a given agent by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCSVersions.add(AgentInfo agent,
DistributionInfo distInfo)
Add a new AgentInfo, DistributionInfo pair.
|
| Modifier and Type | Method and Description |
|---|---|
DistributionInfo |
AgentVersionsService.VersionCommands.getDistributionInfo()
Command to get the DistributionInfo object for this
Agent. |
DistributionInfo |
AgentVersionsService.VersionCommands.getDistributionInfoByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DistributionInfo> |
AgentVersionsService.getAllDistributionInfo() |
Map<String,DistributionInfo> |
AgentVersionsService.VersionCommands.getAllDistributionInfo() |
Copyright © 2020 LSST. All rights reserved.