| Package | Description |
|---|---|
| org.lsst.ccs.localdb.configdb.model |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationParameter |
HibernateDAO.createConfigurationParameter(String agentName,
String componentName,
String parameterName,
String description,
String typeName,
String categoryName,
String finalValue) |
ConfigurationParameter |
BaseDescription.fetch(String pathString)
Looks for a parameter description that matches the given path string
|
| Modifier and Type | Method and Description |
|---|---|
Map<ParameterPath,List<ConfigurationParameter>> |
HibernateDAO.getAllConfigurationParameters(String agentName) |
Map<ParameterPath,ConfigurationParameter> |
BaseDescription.getConfigurationParameters() |
Map<ParameterPath,ConfigurationParameter> |
Description.getFinalValues() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BaseDescription.computeHashMD5(AgentDesc ad,
List<ConfigurationParameter> parameters) |
Description |
HibernateDAO.getDescription(AgentDesc ad,
List<ConfigurationParameter> parameters)
Get an existing Description entity or creates it if it does not exist already.
|
| Constructor and Description |
|---|
ConfigurationParameterValue(ConfigurationParameter configurationParameter,
String value,
long tChanged)
create an empty parameter configuration whose value is to be modified
|
Copyright © 2021 LSST. All rights reserved.