|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.service.CoordMaterializeTriggerService
public class CoordMaterializeTriggerService
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.CoordMaterializeTriggerService.lookup.interval
| Field Summary | |
|---|---|
static String |
CONF_CALLABLE_BATCH_SIZE
The number of callables to be queued in a batch. |
static String |
CONF_LOOKUP_INTERVAL
Time interval, in seconds, at which the Job materialization service will be scheduled to run. |
static String |
CONF_MATERIALIZATION_SYSTEM_LIMIT
The number of coordinator jobs to be picked for materialization at a given time. |
static String |
CONF_MATERIALIZATION_WINDOW
This configuration defined the duration for which job should be materialized in future |
static String |
CONF_PREFIX
|
| Fields inherited from interface org.apache.oozie.service.Service |
|---|
DEFAULT_LOCK_TIMEOUT, lockTimeout, USE_XCOMMAND |
| Constructor Summary | |
|---|---|
CoordMaterializeTriggerService()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy the service. |
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 String CONF_PREFIX
public static final String CONF_LOOKUP_INTERVAL
public static final String CONF_MATERIALIZATION_WINDOW
public static final String CONF_CALLABLE_BATCH_SIZE
public static final String CONF_MATERIALIZATION_SYSTEM_LIMIT
| Constructor Detail |
|---|
public CoordMaterializeTriggerService()
| 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 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 | |||||||||