T - public class ServicePluginLifecycleAbstractService<T extends org.apache.tez.common.ServicePluginLifecycle>
extends org.apache.hadoop.service.AbstractService
AbstractService| Constructor and Description |
|---|
ServicePluginLifecycleAbstractService(T service) |
| Modifier and Type | Method and Description |
|---|---|
T |
getService() |
void |
serviceInit(org.apache.hadoop.conf.Configuration unused) |
void |
serviceStart() |
void |
serviceStop() |
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStoppublic ServicePluginLifecycleAbstractService(T service)
public void serviceInit(org.apache.hadoop.conf.Configuration unused)
throws Exception
serviceInit in class org.apache.hadoop.service.AbstractServiceExceptionpublic void serviceStart()
throws Exception
serviceStart in class org.apache.hadoop.service.AbstractServiceExceptionpublic void serviceStop()
throws Exception
serviceStop in class org.apache.hadoop.service.AbstractServiceExceptionpublic T getService()
Copyright © 2019 Apache Software Foundation. All rights reserved.