Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.orm.dao |
Modifier and Type | Method and Description |
---|---|
void |
AmbariManagementController.createExtensionLink(ExtensionLinkRequest request)
Create a link between an extension and a stack
|
void |
AmbariManagementControllerImpl.createExtensionLink(ExtensionLinkRequest request)
This method will create a link between an extension version and a stack version (Extension Link).
|
void |
AmbariManagementController.deleteExtensionLink(ExtensionLinkRequest request)
Delete a link between an extension and a stack
|
void |
AmbariManagementControllerImpl.deleteExtensionLink(ExtensionLinkRequest request)
This method will delete a link between an extension version and a stack version (Extension Link).
|
void |
AmbariManagementController.updateExtensionLink(ExtensionLinkEntity oldLinkEntity,
ExtensionLinkRequest newLinkRequest)
Update a link - switch the link's extension version while keeping the same stack version and extension name
|
void |
AmbariManagementControllerImpl.updateExtensionLink(ExtensionLinkEntity oldLinkEntity,
ExtensionLinkRequest newLinkRequest)
Update a link - switch the link's extension version while keeping the same stack version and extension name
|
void |
AmbariManagementController.updateExtensionLink(ExtensionLinkRequest request)
Update a link - switch the link's extension version while keeping the same stack version and extension name
|
void |
AmbariManagementControllerImpl.updateExtensionLink(ExtensionLinkRequest request)
Update a link - switch the link's extension version while keeping the same stack version and extension name
|
Modifier and Type | Method and Description |
---|---|
List<ExtensionLinkEntity> |
ExtensionLinkDAO.find(ExtensionLinkRequest request)
Gets the extension links that match the specified stack name and version.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.