public class ActivitiesManager
extends org.apache.hadoop.service.AbstractService
Constructor and Description |
---|
ActivitiesManager(RMContext rmContext) |
Modifier and Type | Method and Description |
---|---|
ActivitiesInfo |
getActivitiesInfo(String nodeId) |
AppActivitiesInfo |
getAppActivitiesInfo(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) |
void |
recordNextNodeUpdateActivities(String nodeId) |
protected void |
serviceStart() |
protected void |
serviceStop() |
void |
turnOnAppActivitiesRecording(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
double maxTime) |
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, serviceInit, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStop
public ActivitiesManager(RMContext rmContext)
public AppActivitiesInfo getAppActivitiesInfo(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
public ActivitiesInfo getActivitiesInfo(String nodeId)
public void recordNextNodeUpdateActivities(String nodeId)
public void turnOnAppActivitiesRecording(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, double maxTime)
protected void serviceStart() throws Exception
serviceStart
in class org.apache.hadoop.service.AbstractService
Exception
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.