@Deprecated public final class CCSVersions extends Object implements Serializable
| Constructor and Description |
|---|
CCSVersions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(AgentInfo agent,
DistributionInfo distInfo)
Deprecated.
Add a new AgentInfo, DistributionInfo pair.
|
Set<AgentInfo> |
getAgents()
Deprecated.
Get the Set of AgentInfo contained in this class.
|
DistributionInfo |
getDistributionInfo(AgentInfo agent)
Deprecated.
Get the DistributionInfo for a given AgentInfo.
|
DistributionInfo |
getDistributionInfo(String agent)
Deprecated.
Get the DistributionInfo for a given agent by name.
|
String |
toString()
Deprecated.
|
public void add(AgentInfo agent, DistributionInfo distInfo)
agent - The AgentInfodistInfo - The DistributionInfopublic DistributionInfo getDistributionInfo(AgentInfo agent)
agent - The AgentInfo for which to get the DistributionInfo.public DistributionInfo getDistributionInfo(String agent)
agent - The name of the for which to get the DistributionInfo.public Set<AgentInfo> getAgents()
Copyright © 2020 LSST. All rights reserved.