public interface SystemMetricsPublisher
Modifier and Type | Method and Description |
---|---|
void |
appACLsUpdated(RMApp app,
String appViewACLs,
long updatedTime) |
void |
appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemtpState,
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) |
void appCreated(RMApp app, long createdTime)
void appLaunched(RMApp app, long launchTime)
void appUpdated(RMApp app, long updatedTime)
void appStateUpdated(RMApp app, org.apache.hadoop.yarn.api.records.YarnApplicationState appState, long updatedTime)
void appFinished(RMApp app, RMAppState state, long finishedTime)
void appAttemptRegistered(RMAppAttempt appAttempt, long registeredTime)
void appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemtpState, RMApp app, long finishedTime)
void containerCreated(RMContainer container, long createdTime)
void containerFinished(RMContainer container, long finishedTime)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.