Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager | |
org.apache.hadoop.yarn.server.resourcemanager.ahs | |
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.records | |
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb | |
org.apache.hadoop.yarn.server.resourcemanager.rmapp | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler | |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.yarn.api.records.YarnApplicationState |
RMServerUtils.createApplicationState(RMAppState rmAppState) |
Modifier and Type | Method and Description |
---|---|
void |
RMApplicationHistoryWriter.applicationFinished(RMApp app,
RMAppState finalState) |
Modifier and Type | Method and Description |
---|---|
void |
TimelineServiceV2Publisher.appFinished(RMApp app,
RMAppState state,
long finishedTime) |
void |
TimelineServiceV1Publisher.appFinished(RMApp app,
RMAppState state,
long finishedTime) |
void |
SystemMetricsPublisher.appFinished(RMApp app,
RMAppState state,
long finishedTime) |
void |
NoOpSystemMetricPublisher.appFinished(RMApp app,
RMAppState state,
long finishedTime) |
void |
CombinedSystemMetricsPublisher.appFinished(RMApp app,
RMAppState state,
long finishedTime) |
Modifier and Type | Method and Description |
---|---|
abstract RMAppState |
ApplicationStateData.getState()
Get the final state of the application.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationStateData |
ApplicationStateData.newInstance(long submitTime,
long startTime,
String user,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
RMAppState state,
String diagnostics,
long launchTime,
long finishTime,
org.apache.hadoop.ipc.CallerContext callerContext) |
static ApplicationStateData |
ApplicationStateData.newInstance(long submitTime,
long startTime,
String user,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
RMAppState state,
String diagnostics,
long launchTime,
long finishTime,
org.apache.hadoop.ipc.CallerContext callerContext,
Map<org.apache.hadoop.yarn.api.records.ApplicationTimeoutType,Long> applicationTimeouts) |
static ApplicationStateData |
ApplicationStateData.newInstance(long submitTime,
long startTime,
String user,
String realUser,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
RMAppState state,
String diagnostics,
long launchTime,
long finishTime,
org.apache.hadoop.ipc.CallerContext callerContext) |
static ApplicationStateData |
ApplicationStateData.newInstance(long submitTime,
long startTime,
String user,
String realUser,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
RMAppState state,
String diagnostics,
long launchTime,
long finishTime,
org.apache.hadoop.ipc.CallerContext callerContext,
Map<org.apache.hadoop.yarn.api.records.ApplicationTimeoutType,Long> applicationTimeouts) |
abstract void |
ApplicationStateData.setState(RMAppState state) |
Modifier and Type | Method and Description |
---|---|
static RMAppState |
ApplicationStateDataPBImpl.convertFromProtoFormat(org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.RMAppStateProto e) |
RMAppState |
ApplicationStateDataPBImpl.getState() |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.RMAppStateProto |
ApplicationStateDataPBImpl.convertToProtoFormat(RMAppState e) |
void |
ApplicationStateDataPBImpl.setState(RMAppState finalState) |
Modifier and Type | Method and Description |
---|---|
RMAppState |
RMAppImpl.getRecoveredFinalState() |
RMAppState |
RMAppImpl.getState() |
RMAppState |
RMApp.getState()
The current state of the
RMApp . |
static RMAppState |
RMAppState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RMAppState[] |
RMAppState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RMAppImpl.onInvalidStateTransition(RMAppEventType rmAppEventType,
RMAppState state)
catch the InvalidStateTransition.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueMetrics.finishApp(String user,
RMAppState rmAppFinalState) |
void |
SchedulerApplication.stop(RMAppState rmAppFinalState) |
Modifier and Type | Method and Description |
---|---|
RMAppState |
AppRemovedSchedulerEvent.getFinalState() |
Constructor and Description |
---|
AppRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
RMAppState finalState) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.