|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchResourceException | |
|---|---|
| org.apache.ambari.view | |
| Uses of NoSuchResourceException in org.apache.ambari.view |
|---|
| Methods in org.apache.ambari.view that throw NoSuchResourceException | |
|---|---|
void |
ResourceProvider.createResource(String resourceId,
Map<String,Object> properties)
Create a resource with the given id and given property values. |
boolean |
ResourceProvider.deleteResource(String resourceId)
Delete the resource identified by the given resource id. |
T |
ResourceProvider.getResource(String resourceId,
Set<String> properties)
Get a single resource from the given id. |
Set<T> |
ResourceProvider.getResources(ReadRequest request)
Get all of the resources. |
boolean |
ResourceProvider.updateResource(String resourceId,
Map<String,Object> properties)
Update the resource identified by given resource id with the given property values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||