| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.ahs | |
| org.apache.hadoop.yarn.server.resourcemanager.amlauncher | |
| org.apache.hadoop.yarn.server.resourcemanager.metrics |
Package org.apache.hadoop.yarn.server.resourcemanager.metrics contains
classes related to publishing app/container events to ATS.
|
| org.apache.hadoop.yarn.server.resourcemanager.recovery |
This package contains classes to recovery the resourcemanager.
|
| org.apache.hadoop.yarn.server.resourcemanager.rmapp | |
| org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt | |
| org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
This package contains the web data access objects (DAO) for the RM.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RMApplicationHistoryWriter.applicationAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState finalState) |
|
void |
RMApplicationHistoryWriter.applicationAttemptStarted(RMAppAttempt appAttempt) |
| Modifier and Type | Method | Description |
|---|---|---|
RMAppAttempt |
AMLauncherEvent.getAppAttempt() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.Runnable |
ApplicationMasterLauncher.createRunnableLauncher(RMAppAttempt application,
AMLauncherEventType event) |
| Constructor | Description |
|---|---|
AMLauncher(RMContext rmContext,
RMAppAttempt application,
AMLauncherEventType eventType,
org.apache.hadoop.conf.Configuration conf) |
|
AMLauncherEvent(AMLauncherEventType type,
RMAppAttempt appAttempt) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CombinedSystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemtpState,
RMApp app,
long finishedTime) |
|
void |
NoOpSystemMetricPublisher.appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemtpState,
RMApp app,
long finishedTime) |
|
void |
SystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemtpState,
RMApp app,
long finishedTime) |
|
void |
TimelineServiceV1Publisher.appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemptState,
RMApp app,
long finishedTime) |
|
void |
TimelineServiceV2Publisher.appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemtpState,
RMApp app,
long finishedTime) |
|
void |
CombinedSystemMetricsPublisher.appAttemptRegistered(RMAppAttempt appAttempt,
long registeredTime) |
|
void |
NoOpSystemMetricPublisher.appAttemptRegistered(RMAppAttempt appAttempt,
long registeredTime) |
|
void |
SystemMetricsPublisher.appAttemptRegistered(RMAppAttempt appAttempt,
long registeredTime) |
|
void |
TimelineServiceV1Publisher.appAttemptRegistered(RMAppAttempt appAttempt,
long registeredTime) |
|
void |
TimelineServiceV2Publisher.appAttemptRegistered(RMAppAttempt appAttempt,
long registeredTime) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.security.Credentials |
RMStateStore.getCredentialsFromAppAttempt(RMAppAttempt appAttempt) |
|
void |
RMStateStore.storeNewApplicationAttempt(RMAppAttempt appAttempt) |
| Modifier and Type | Method | Description |
|---|---|---|
RMAppAttempt |
RMApp.getCurrentAppAttempt() |
RMApp can have multiple application attempts RMAppAttempt. |
RMAppAttempt |
RMAppImpl.getCurrentAppAttempt() |
|
RMAppAttempt |
RMApp.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
RMApp can have multiple application attempts RMAppAttempt. |
RMAppAttempt |
RMAppImpl.getRMAppAttempt(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> |
RMApp.getAppAttempts() |
RMApp can have multiple application attempts RMAppAttempt. |
java.util.Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,RMAppAttempt> |
RMAppImpl.getAppAttempts() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RMAppAttemptImpl |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RMAppAttemptImpl.transferStateFromAttempt(RMAppAttempt attempt) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
AppInfo.getAmRPCAddressFromRMAppAttempt(RMAppAttempt attempt) |
| Constructor | Description |
|---|---|
AppAttemptInfo(ResourceManager rm,
RMAppAttempt attempt,
java.lang.Boolean hasAccess,
java.lang.String user,
java.lang.String schemePrefix) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.