Uses of Interface
org.apache.falcon.service.FalconService

Packages that use FalconService
org.apache.falcon.entity.store   
org.apache.falcon.rerun.service   
org.apache.falcon.service   
 

Uses of FalconService in org.apache.falcon.entity.store
 

Classes in org.apache.falcon.entity.store that implement FalconService
 class ConfigurationStore
          Persistent store for falcon entities.
 

Uses of FalconService in org.apache.falcon.rerun.service
 

Classes in org.apache.falcon.rerun.service that implement FalconService
 class LateRunService
          A service implementation for Late Rerun initialized at startup.
 class RetryService
          A service implementation for Retry initialized at startup.
 

Uses of FalconService in org.apache.falcon.service
 

Classes in org.apache.falcon.service that implement FalconService
 class LogCleanupService
          Log cleanup service.
 class ProcessSubscriberService
          A Falcon Service that initializes and starts a topic subscriber.
 class SLAMonitoringService
          A service implementation for SLA Monitoring.
 

Methods in org.apache.falcon.service with type parameters of type FalconService
<T extends FalconService>
T
Services.getService(String serviceName)
           
 

Methods in org.apache.falcon.service that return FalconService
 FalconService Services.init(String serviceName)
           
 

Methods in org.apache.falcon.service that return types with arguments of type FalconService
 Iterator<FalconService> Services.iterator()
           
 

Methods in org.apache.falcon.service with parameters of type FalconService
 void Services.register(FalconService service)
           
 



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