public abstract class AbstractServicesAppmaster extends AbstractAppmaster
AbstractAppmaster の拡張機能です。| コンストラクターと説明 |
|---|
AbstractServicesAppmaster() |
| 修飾子と型 | メソッドと説明 |
|---|---|
ContainerAllocator | getAllocator() このクラスで使用されている ContainerAllocator を取得します。 |
ContainerLauncher | getLauncher() このクラスで使用されている ContainerLauncher を取得します。 |
ContainerMonitor | getMonitor() このクラスで使用されている ContainerMonitor を取得します。 |
void | setAllocator(ContainerAllocator allocator) このクラスで使用する ContainerAllocator を設定します。 |
void | setLauncher(ContainerLauncher launcher) このクラスで使用する ContainerLauncher を設定します。 |
void | setMonitor(ContainerMonitor monitor) このクラスで使用する ContainerMonitor を設定します。 |
addAppmasterStateListener, doStop, finishAppmaster, getApplicationAttemptId, getAppmasterClientService, getAppmasterService, getAppmasterTrackService, getCmTemplate, getCommands, getCommands, getConfiguration, getContainerAssign, getContainerShutdown, getEnvironment, getEnvironment, getParameters, getResourceLocalizer, getTemplate, notifyCompleted, onInit, registerAppmaster, setCommands, setCommands, setCommands, setCommands, setConfiguration, setContainerAssign, setEnvironment, setEnvironment, setFinalApplicationStatus, setParameters, setResourceLocalizer, setTemplate, shutdownContainersafterPropertiesSet, doStart, getBeanFactory, getPhase, getTaskExecutor, getTaskScheduler, getYarnEventPublisher, isAutoStartup, isRunning, setAutoStartup, setBeanFactory, setPhase, setTaskExecutor, setTaskScheduler, setYarnEventPublisher, start, stop, stoppublic ContainerAllocator getAllocator()
ContainerAllocator を取得します。ContainerAllocatorpublic void setAllocator(ContainerAllocator allocator)
ContainerAllocator を設定します。このクラスの onInit が呼び出される前にこれを呼び出す必要があります。allocator - ContainerAllocatorpublic ContainerLauncher getLauncher()
ContainerLauncher を取得します。ContainerLauncherpublic void setLauncher(ContainerLauncher launcher)
ContainerLauncher を設定します。このクラスの onInit が呼び出される前にこれを呼び出す必要があります。launcher - ContainerLauncherpublic ContainerMonitor getMonitor()
ContainerMonitor を取得します。ContainerMonitorpublic void setMonitor(ContainerMonitor monitor)
ContainerMonitor を設定します。このクラスの onInit が呼び出される前にこれを呼び出す必要があります。monitor - ContainerMonitor