Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
ServiceComponentVersionEntity |
ServiceComponentDesiredStateDAO.findVersion(long clusterId,
String serviceName,
String componentName,
String version)
Gets a specific version for a component
|
Modifier and Type | Method and Description |
---|---|
List<ServiceComponentVersionEntity> |
ServiceComponentDesiredStateDAO.findVersions(long clusterId,
String serviceName,
String componentName) |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceComponentVersionEntity> |
ServiceComponentDesiredStateEntity.getVersions() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentDesiredStateEntity.addVersion(ServiceComponentVersionEntity versionEntity) |
Copyright © 2022 Apache Software Foundation. All rights reserved.