|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.service.CoordJobMatLookupTriggerService
public class CoordJobMatLookupTriggerService
The coordinator Materialization Lookup trigger service schedule lookup trigger command for every interval (default is 5 minutes ). This interval could be configured through oozie configuration defined is either oozie-default.xml or oozie-site.xml using the property name oozie.service.CoordJobMatLookupTriggerService.lookup.interval
| Field Summary | |
|---|---|
static java.lang.String |
CONF_CALLABLE_BATCH_SIZE
The number of callables to be queued in a batch. |
static java.lang.String |
CONF_LOOKUP_INTERVAL
Time interval, in seconds, at which the Job materialization service will be scheduled to run. |
static java.lang.String |
CONF_MATERIALIZATION_WINDOW
This configuration defined the duration for which job should be materialized in future |
static java.lang.String |
CONF_PREFIX
|
| Constructor Summary | |
|---|---|
CoordJobMatLookupTriggerService()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy the service. |
java.lang.Class<? extends Service> |
getInterface()
Return the public interface of the service. |
void |
init(Services services)
Initialize the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONF_PREFIX
public static final java.lang.String CONF_LOOKUP_INTERVAL
public static final java.lang.String CONF_MATERIALIZATION_WINDOW
public static final java.lang.String CONF_CALLABLE_BATCH_SIZE
| Constructor Detail |
|---|
public CoordJobMatLookupTriggerService()
| Method Detail |
|---|
public void init(Services services)
throws ServiceException
ServiceService singleton at start up time.
init in interface Serviceservices - services singleton initializing the service.
ServiceException - thrown if the service could not initialize.public void destroy()
ServiceService singleton at shutdown time.
destroy in interface Servicepublic java.lang.Class<? extends Service> getInterface()
Service
getInterface in interface Service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||