| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| org.apache.oozie.service | |
| Uses of Service in org.apache.oozie.service | 
|---|
| Classes in org.apache.oozie.service that implement Service | |
|---|---|
 class | 
ActionCheckerService
The Action Checker Service queue ActionCheckCommands to check the status of running actions and CoordActionCheckCommands to check the status of coordinator actions.  | 
 class | 
ActionService
 | 
 class | 
AuthorizationService
The authorization service provides all authorization checks.  | 
 class | 
BundleEngineService
Service that return a bundle engine for a user.  | 
 class | 
CallableQueueService
The callable queue service queues XCallables for asynchronous execution. | 
 class | 
CallbackService
Service that generates and parses callback URLs.  | 
 class | 
ConfigurationService
Built in service that initializes the services configuration.  | 
 class | 
CoordinatorEngineService
Service that return a coordinator engine for a user.  | 
 class | 
CoordinatorStoreService
Base service for persistency of jobs and actions.  | 
 class | 
CoordMaterializeTriggerService
The coordinator Materialization Lookup trigger service schedule lookup trigger command for every interval (default is 5 minutes ).  | 
 class | 
DagEngineService
Service that return a dag engine for a user.  | 
 class | 
DagXLogInfoService
Set Dag specific log info parameters.  | 
 class | 
DBLiteWorkflowStoreService
 | 
 class | 
ELService
The ELService creates ELEvaluator instances preconfigured with constants and functions defined in the
 configuration. | 
 class | 
HadoopAccessorService
The HadoopAccessorService returns HadoopAccessor instances configured to work on behalf of a user-group.  | 
 class | 
InstrumentationService
This service provides an Instrumentation instance configured to support samplers. | 
 class | 
JPAService
Service that manages JPA and executes JPAExecutor. | 
 class | 
KerberosHadoopAccessorService
The HadoopAccessorService returns HadoopAccessor instances configured to work on behalf of a user-group.  | 
 class | 
LiteWorkflowAppService
Service that provides workflow application definition reading, parsing and creating proto configuration.  | 
 class | 
LiteWorkflowStoreService
 | 
 class | 
MemoryLocksService
 | 
 class | 
PauseTransitService
PauseTransitService is the runnable which is scheduled to run at the configured interval, it checks all bundles to see if they should be paused, un-paused or started.  | 
 class | 
PurgeService
The PurgeService schedules purging of completed jobs and associated action older than a specified age for workflow, coordinator and bundle.  | 
 class | 
RecoveryService
The Recovery Service checks for pending actions and premater coordinator jobs older than a configured age and then queues them for execution.  | 
 class | 
SchedulerService
This service executes scheduled Runnables and Callables at regular intervals.  | 
 class | 
SchemaService
Service that loads Oozie workflow definition schema and registered extension schemas.  | 
 class | 
SLAStoreService
 | 
 class | 
StatusTransitService
StateTransitService is scheduled to run at the configured interval.  | 
 class | 
StoreService
Base service for persistency of jobs and actions.  | 
 class | 
UUIDService
The UUID service generates unique IDs.  | 
 class | 
WorkflowAppService
Service that provides application workflow definition reading from the path and creation of the proto configuration.  | 
 class | 
WorkflowSchemaService
Service that loads Oozie workflow definition schema and registered extension schemas.  | 
 class | 
WorkflowStoreService
Base service for persistency of jobs and actions.  | 
 class | 
XLogService
Built-in service that initializes and manages Logging via Log4j.  | 
| Methods in org.apache.oozie.service with type parameters of type Service | ||
|---|---|---|
 | 
Services.get(Class<T> serviceKlass)
Return a service by its public interface.  | 
|
| Methods in org.apache.oozie.service that return types with arguments of type Service | |
|---|---|
 Class<? extends Service> | 
XLogService.getInterface()
Return the public interface for log service.  | 
 Class<? extends Service> | 
WorkflowStoreService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
WorkflowSchemaService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
WorkflowAppService.getInterface()
Return the public interface for workflow application service.  | 
 Class<? extends Service> | 
UUIDService.getInterface()
Return the public interface for UUID service.  | 
 Class<? extends Service> | 
StoreService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
StatusTransitService.getInterface()
Return the public interface for the purge jobs service.  | 
 Class<? extends Service> | 
SLAStoreService.getInterface()
 | 
 Class<? extends Service> | 
Service.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
SchemaService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
SchedulerService.getInterface()
Return the public interface for scheduler service.  | 
 Class<? extends Service> | 
RecoveryService.getInterface()
Return the public interface for the Recovery Service.  | 
 Class<? extends Service> | 
PurgeService.getInterface()
Return the public interface for the purge jobs service.  | 
 Class<? extends Service> | 
PauseTransitService.getInterface()
Return the public interface for the purge jobs service.  | 
 Class<? extends Service> | 
MemoryLocksService.getInterface()
Return the public interface for the memory locks services  | 
 Class<? extends Service> | 
JPAService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
InstrumentationService.getInterface()
Return the public interface for instrumentation service.  | 
 Class<? extends Service> | 
HadoopAccessorService.getInterface()
 | 
 Class<? extends Service> | 
ELService.getInterface()
Return the public interface for EL service.  | 
 Class<? extends Service> | 
DagXLogInfoService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
DagEngineService.getInterface()
Return the public interface of the Dag engine service.  | 
 Class<? extends Service> | 
CoordMaterializeTriggerService.getInterface()
 | 
 Class<? extends Service> | 
CoordinatorStoreService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
CoordinatorEngineService.getInterface()
Return the public interface of the Coordinator engine service.  | 
 Class<? extends Service> | 
ConfigurationService.getInterface()
Return the public interface for configuration service.  | 
 Class<? extends Service> | 
CallbackService.getInterface()
Return the public interface of the Dag engine service.  | 
 Class<? extends Service> | 
CallableQueueService.getInterface()
Return the public interface for command queue service.  | 
 Class<? extends Service> | 
BundleEngineService.getInterface()
Return the public interface of the Bundle engine service.  | 
 Class<? extends Service> | 
AuthorizationService.getInterface()
Return the public interface of the service.  | 
 Class<? extends Service> | 
ActionService.getInterface()
 | 
 Class<? extends Service> | 
ActionCheckerService.getInterface()
Return the public interface for the action checker service.  | 
| Method parameters in org.apache.oozie.service with type arguments of type Service | |
|---|---|
 void | 
Services.setService(Class<? extends Service> klass)
Set a service programmatically.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||