Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.controller.internal |
Modifier and Type | Method and Description |
---|---|
ServiceConfigVersionRequest |
ClusterRequest.getServiceConfigVersionRequest() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterRequest.setServiceConfigVersionRequest(ServiceConfigVersionRequest serviceConfigVersionRequest) |
Modifier and Type | Method and Description |
---|---|
Set<ServiceConfigVersionResponse> |
AmbariManagementController.createServiceConfigVersion(Set<ServiceConfigVersionRequest> requests)
Creates serviceconfigversions and corresponding new configurations if it is an initial request
OR
Rollbacks to an existing serviceconfigversion if request specifies.
|
Set<ServiceConfigVersionResponse> |
AmbariManagementControllerImpl.createServiceConfigVersion(Set<ServiceConfigVersionRequest> requests) |
Set<ServiceConfigVersionResponse> |
AmbariManagementController.getServiceConfigVersions(Set<ServiceConfigVersionRequest> requests)
Get service config version history
|
Set<ServiceConfigVersionResponse> |
AmbariManagementControllerImpl.getServiceConfigVersions(Set<ServiceConfigVersionRequest> requests) |
Modifier and Type | Method and Description |
---|---|
protected static ServiceConfigVersionRequest |
ClusterResourceProvider.getServiceConfigVersionRequest(String parentCategory,
Map<String,Object> properties)
Helper method for creating rollback request
|
Copyright © 2022 Apache Software Foundation. All rights reserved.