public class ActionCheckerService extends Object implements Service
Modifier and Type | Field and Description |
---|---|
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 |
DEFAULT_LOCK_TIMEOUT, lockTimeout
Constructor and Description |
---|
ActionCheckerService() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
public ActionCheckerService()
public void destroy()
public Class<? extends Service> getInterface()
getInterface
in interface Service
ActionCheckerService
.Copyright © 2018 Apache Software Foundation. All rights reserved.