Interface AbstractContainersLauncher
- All Superinterfaces:
AutoCloseable,Closeable,org.apache.hadoop.yarn.event.EventHandler<ContainersLauncherEvent>,org.apache.hadoop.service.Service
- All Known Implementing Classes:
ContainersLauncher
public interface AbstractContainersLauncher
extends org.apache.hadoop.service.Service, org.apache.hadoop.yarn.event.EventHandler<ContainersLauncherEvent>
Pluggable ContainersLauncher interface for processing
ContainersLauncherEvents.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.service.Service
org.apache.hadoop.service.Service.STATE -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(Context context, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager) Methods inherited from interface org.apache.hadoop.yarn.event.EventHandler
handleMethods inherited from interface org.apache.hadoop.service.Service
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, registerServiceListener, start, stop, unregisterServiceListener, waitForServiceToStop
-
Method Details
-
init
void init(Context context, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager)
-