Uses of Class
org.apache.ambari.view.NoSuchResourceException

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.
 



Copyright © 2015 Apache Software Foundation. All rights reserved.