Package | Description |
---|---|
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
protected Resource |
ViewURLResourceProvider.toResource(ViewURLEntity viewURLEntity)
Converts a View URL entity into a Resource.
|
Modifier and Type | Method and Description |
---|---|
List<ViewURLEntity> |
ViewURLDAO.findAll()
Find all view instances.
|
com.google.common.base.Optional<ViewURLEntity> |
ViewURLDAO.findByName(String urlName)
Find URL by name
|
com.google.common.base.Optional<ViewURLEntity> |
ViewURLDAO.findBySuffix(String urlSuffix)
Find URL by suffix
|
Modifier and Type | Method and Description |
---|---|
void |
ViewURLDAO.delete(ViewURLEntity urlEntity)
Remove a URL entity
|
void |
ViewURLDAO.save(ViewURLEntity urlEntity)
Save a URL entity
|
void |
ViewURLDAO.update(ViewURLEntity entity)
Update and merge a URL entity
|
Modifier and Type | Method and Description |
---|---|
ViewURLEntity |
ViewInstanceEntity.getViewUrl()
Get the view URL associated with the instance
|
Modifier and Type | Method and Description |
---|---|
void |
ViewInstanceEntity.setViewUrl(ViewURLEntity viewUrl)
Set the view URL associated with the instance
|
Copyright © 2022 Apache Software Foundation. All rights reserved.