public class CsiAdaptorServices
extends org.apache.hadoop.yarn.server.api.AuxiliaryService
Modifier | Constructor and Description |
---|---|
protected |
CsiAdaptorServices() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getMetaData() |
void |
initializeApplication(org.apache.hadoop.yarn.server.api.ApplicationInitializationContext initAppContext) |
protected void |
serviceInit(org.apache.hadoop.conf.Configuration conf) |
protected void |
serviceStart() |
protected void |
serviceStop() |
void |
stopApplication(org.apache.hadoop.yarn.server.api.ApplicationTerminationContext stopAppContext) |
getAuxiliaryLocalPathHandler, getRecoveryPath, initializeContainer, setAuxiliaryLocalPathHandler, setRecoveryPath, stopContainer
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStop
protected void serviceInit(org.apache.hadoop.conf.Configuration conf) throws Exception
serviceInit
in class org.apache.hadoop.service.AbstractService
Exception
protected void serviceStop() throws Exception
serviceStop
in class org.apache.hadoop.service.AbstractService
Exception
protected void serviceStart() throws Exception
serviceStart
in class org.apache.hadoop.service.AbstractService
Exception
public void initializeApplication(org.apache.hadoop.yarn.server.api.ApplicationInitializationContext initAppContext)
initializeApplication
in class org.apache.hadoop.yarn.server.api.AuxiliaryService
public void stopApplication(org.apache.hadoop.yarn.server.api.ApplicationTerminationContext stopAppContext)
stopApplication
in class org.apache.hadoop.yarn.server.api.AuxiliaryService
public ByteBuffer getMetaData()
getMetaData
in class org.apache.hadoop.yarn.server.api.AuxiliaryService
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.