|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.service.ActionCheckerService
public class ActionCheckerService
The Action Checker Service queue ActionCheckCommands to check the status of running actions and CoordActionCheckCommands to check the status of coordinator actions. The delay between checks on the same action can be configured.
Field Summary | |
---|---|
static String |
CONF_ACTION_CHECK_DELAY
The time, in seconds, between an ActionCheck for the same action. |
static String |
CONF_ACTION_CHECK_INTERVAL
The frequency at which the ActionCheckService will run. |
static String |
CONF_CALLABLE_BATCH_SIZE
The number of callables to be queued in a batch. |
static String |
CONF_PREFIX
|
protected static String |
INSTR_CHECK_ACTIONS_COUNTER
|
protected static String |
INSTR_CHECK_COORD_ACTIONS_COUNTER
|
protected static String |
INSTRUMENTATION_GROUP
|
Fields inherited from interface org.apache.oozie.service.Service |
---|
DEFAULT_LOCK_TIMEOUT, lockTimeout, USE_XCOMMAND |
Constructor Summary | |
---|---|
ActionCheckerService()
|
Method Summary | |
---|---|
void |
destroy()
Destroy the Action Checker Services. |
Class<? extends Service> |
getInterface()
Return the public interface for the action checker service. |
void |
init(Services services)
Initializes the Action Check 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_ACTION_CHECK_INTERVAL
public static final String CONF_ACTION_CHECK_DELAY
public static final String CONF_CALLABLE_BATCH_SIZE
protected static final String INSTRUMENTATION_GROUP
protected static final String INSTR_CHECK_ACTIONS_COUNTER
protected static final String INSTR_CHECK_COORD_ACTIONS_COUNTER
Constructor Detail |
---|
public ActionCheckerService()
Method Detail |
---|
public void init(Services services)
init
in interface Service
services
- services instance.public void destroy()
destroy
in interface Service
public Class<? extends Service> getInterface()
getInterface
in interface Service
ActionCheckerService
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |