Package | Description |
---|---|
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state |
Constructor and Description |
---|
Extension(ExtensionEntity extension,
AmbariManagementController ambariManagementController)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExtensionEntity |
ExtensionDAO.find(String extensionName,
String extensionVersion)
Gets the extension that matches the specified name and version.
|
ExtensionEntity |
ExtensionDAO.findById(long extensionId)
Gets a extension with the specified ID.
|
ExtensionEntity |
ExtensionDAO.merge(ExtensionEntity extension)
Merge the specified extension with the existing extension in the database.
|
Modifier and Type | Method and Description |
---|---|
List<ExtensionEntity> |
ExtensionDAO.findAll()
Gets all of the defined extensions.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionDAO.create(ExtensionEntity extension)
Persists a new extension instance.
|
void |
ExtensionDAO.createOrUpdate(ExtensionEntity extension)
Creates or updates the specified entity.
|
ExtensionEntity |
ExtensionDAO.merge(ExtensionEntity extension)
Merge the specified extension with the existing extension in the database.
|
void |
ExtensionDAO.refresh(ExtensionEntity extension)
Refresh the state of the extension instance from the database.
|
void |
ExtensionDAO.remove(ExtensionEntity extension)
Removes the specified extension and all related clusters, services and
components.
|
Modifier and Type | Method and Description |
---|---|
ExtensionEntity |
ExtensionLinkEntity.getExtension() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionLinkEntity.setExtension(ExtensionEntity extension) |
Constructor and Description |
---|
ExtensionId(ExtensionEntity entity) |
Copyright © 2022 Apache Software Foundation. All rights reserved.