Package | Description |
---|---|
org.apache.ambari.view |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.