public class AbandonedCoordCheckerService extends Object implements Service
Modifier and Type | Class and Description |
---|---|
static class |
AbandonedCoordCheckerService.AbandonedCoordCheckerRunnable |
Modifier and Type | Field and Description |
---|---|
static String |
CONF_CHECK_DELAY |
static String |
CONF_CHECK_INTERVAL |
static String |
CONF_FAILURE_LEN |
static String |
CONF_JOB_KILL |
static String |
CONF_JOB_OLDER_THAN |
static String |
OOZIE_BASE_URL |
static String |
TO_ADDRESS |
DEFAULT_LOCK_TIMEOUT, lockTimeout
Constructor and Description |
---|
AbandonedCoordCheckerService() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy the service.
|
Class<? extends Service> |
getInterface()
Return the public interface of the service.
|
void |
init(Services services)
Initialize the service.
|
public static final String TO_ADDRESS
public static final String CONF_CHECK_INTERVAL
public static final String CONF_CHECK_DELAY
public static final String CONF_FAILURE_LEN
public static final String CONF_JOB_OLDER_THAN
public static final String CONF_JOB_KILL
public static final String OOZIE_BASE_URL
public AbandonedCoordCheckerService()
public void init(Services services)
Service
Invoked by the Service
singleton at start up time.
public void destroy()
Service
Invoked by the Service
singleton at shutdown time.
public Class<? extends Service> getInterface()
Service
Services are retrieved by its public interface. Specializations of services must return the public interface.
getInterface
in interface Service
Copyright © 2018 Apache Software Foundation. All rights reserved.