java.io.Closeable, java.lang.AutoCloseable, org.apache.hadoop.service.Service, SystemMetricsPublisherpublic class TimelineServiceV1Publisher extends AbstractSystemMetricsPublisher
AbstractSystemMetricsPublisher.MultiThreadedDispatcher, AbstractSystemMetricsPublisher.SystemMetricsEventType, AbstractSystemMetricsPublisher.TimelinePublishEvent| Constructor | Description |
|---|---|
TimelineServiceV1Publisher() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appACLsUpdated(RMApp app,
java.lang.String appViewACLs,
long updatedTime) |
|
void |
appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemptState,
RMApp app,
long finishedTime) |
|
void |
appAttemptRegistered(RMAppAttempt appAttempt,
long registeredTime) |
|
void |
appCreated(RMApp app,
long createdTime) |
|
void |
appFinished(RMApp app,
RMAppState state,
long finishedTime) |
|
void |
appLaunched(RMApp app,
long launchTime) |
|
void |
appStateUpdated(RMApp app,
org.apache.hadoop.yarn.api.records.YarnApplicationState appState,
long updatedTime) |
|
void |
appUpdated(RMApp app,
long updatedTime) |
|
void |
containerCreated(RMContainer container,
long createdTime) |
|
void |
containerFinished(RMContainer container,
long finishedTime) |
|
protected void |
serviceInit(org.apache.hadoop.conf.Configuration conf) |
|
protected void |
serviceStart() |
|
protected void |
serviceStop() |
getDispatcheraddIfService, addService, getServices, removeServiceclose, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStopprotected void serviceInit(org.apache.hadoop.conf.Configuration conf)
throws java.lang.Exception
serviceInit in class AbstractSystemMetricsPublisherjava.lang.Exceptionprotected void serviceStart()
throws java.lang.Exception
serviceStart in class org.apache.hadoop.service.CompositeServicejava.lang.Exceptionprotected void serviceStop()
throws java.lang.Exception
serviceStop in class org.apache.hadoop.service.CompositeServicejava.lang.Exceptionpublic void appCreated(RMApp app, long createdTime)
public void appLaunched(RMApp app, long launchTime)
appLaunched in interface SystemMetricsPublisherappLaunched in class AbstractSystemMetricsPublisherpublic void appFinished(RMApp app, RMAppState state, long finishedTime)
public void appUpdated(RMApp app, long updatedTime)
public void appStateUpdated(RMApp app, org.apache.hadoop.yarn.api.records.YarnApplicationState appState, long updatedTime)
public void appACLsUpdated(RMApp app, java.lang.String appViewACLs, long updatedTime)
public void appAttemptRegistered(RMAppAttempt appAttempt, long registeredTime)
public void appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemptState, RMApp app, long finishedTime)
public void containerCreated(RMContainer container, long createdTime)
public void containerFinished(RMContainer container, long finishedTime)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.