Uses of Class
org.apache.falcon.resource.AbstractEntityManager

Packages that use AbstractEntityManager
org.apache.falcon.resource   
org.apache.falcon.resource.proxy   
 

Uses of AbstractEntityManager in org.apache.falcon.resource
 

Subclasses of AbstractEntityManager in org.apache.falcon.resource
 class AbstractInstanceManager
          A base class for managing Entity's Instance operations.
 class AbstractSchedulableEntityManager
          REST resource of allowed actions on Schedulable Entities, Only Process and Feed can have schedulable actions.
 class ConfigSyncService
          This class provides RESTful API for Entity Configurations.
 class InstanceManager
          This class provides RESTful API for the lifecycle management of the entity instances.
 class SchedulableEntityManager
          Entity management operations as REST API for feed and process.
 

Uses of AbstractEntityManager in org.apache.falcon.resource.proxy
 

Subclasses of AbstractEntityManager in org.apache.falcon.resource.proxy
 class InstanceManagerProxy
          A proxy implementation of the entity instance operations.
 class SchedulableEntityManagerProxy
          A proxy implementation of the schedulable entity operations.
 



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.