|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager with parameters of type RMAppAttemptState | |
|---|---|
static org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState |
RMServerUtils.createApplicationAttemptState(RMAppAttemptState rmAppAttemptState)
|
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.ahs |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.ahs with parameters of type RMAppAttemptState | |
|---|---|
void |
RMApplicationHistoryWriter.applicationAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState finalState)
|
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.metrics |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.metrics with parameters of type RMAppAttemptState | |
|---|---|
void |
SystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt,
RMAppAttemptState appAttemtpState,
RMApp app,
long finishedTime)
|
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.recovery |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery that return RMAppAttemptState | |
|---|---|
RMAppAttemptState |
RMStateStore.ApplicationAttemptState.getState()
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type RMAppAttemptState | |
|---|---|
RMStateStore.ApplicationAttemptState(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId,
org.apache.hadoop.yarn.api.records.Container masterContainer,
org.apache.hadoop.security.Credentials appAttemptCredentials,
long startTime,
RMAppAttemptState state,
String finalTrackingUrl,
String diagnostics,
org.apache.hadoop.yarn.api.records.FinalApplicationStatus amUnregisteredFinalStatus,
int exitStatus,
long finishTime,
long memorySeconds,
long vcoreSeconds)
|
|
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.recovery.records |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records that return RMAppAttemptState | |
|---|---|
abstract RMAppAttemptState |
ApplicationAttemptStateData.getState()
Get the final state of the application attempt. |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records with parameters of type RMAppAttemptState | |
|---|---|
static ApplicationAttemptStateData |
ApplicationAttemptStateData.newInstance(org.apache.hadoop.yarn.api.records.ApplicationAttemptId attemptId,
org.apache.hadoop.yarn.api.records.Container container,
ByteBuffer attemptTokens,
long startTime,
RMAppAttemptState finalState,
String finalTrackingUrl,
String diagnostics,
org.apache.hadoop.yarn.api.records.FinalApplicationStatus amUnregisteredFinalStatus,
int exitStatus,
long finishTime,
long memorySeconds,
long vcoreSeconds)
|
abstract void |
ApplicationAttemptStateData.setState(RMAppAttemptState state)
|
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb that return RMAppAttemptState | |
|---|---|
static RMAppAttemptState |
ApplicationAttemptStateDataPBImpl.convertFromProtoFormat(YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProto e)
|
RMAppAttemptState |
ApplicationAttemptStateDataPBImpl.getState()
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb with parameters of type RMAppAttemptState | |
|---|---|
static YarnServerResourceManagerRecoveryProtos.RMAppAttemptStateProto |
ApplicationAttemptStateDataPBImpl.convertToProtoFormat(RMAppAttemptState e)
|
void |
ApplicationAttemptStateDataPBImpl.setState(RMAppAttemptState state)
|
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that return RMAppAttemptState | |
|---|---|
RMAppAttemptState |
RMAppAttemptImpl.getAppAttemptState()
|
RMAppAttemptState |
RMAppAttempt.getAppAttemptState()
The state of the RMAppAttempt. |
RMAppAttemptState |
RMAppAttemptImpl.getState()
|
RMAppAttemptState |
RMAppAttempt.getState()
The current state of the RMAppAttempt. |
RMAppAttemptState |
RMAppAttemptImpl.ScheduleTransition.transition(RMAppAttemptImpl appAttempt,
RMAppAttemptEvent event)
|
static RMAppAttemptState |
RMAppAttemptState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RMAppAttemptState[] |
RMAppAttemptState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type RMAppAttemptState | |
|---|---|
void |
SchedulerApplicationAttempt.stop(RMAppAttemptState rmAppAttemptFinalState)
|
void |
AppSchedulingInfo.stop(RMAppAttemptState rmAppAttemptFinalState)
|
| Uses of RMAppAttemptState in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event that return RMAppAttemptState | |
|---|---|
RMAppAttemptState |
AppAttemptRemovedSchedulerEvent.getFinalAttemptState()
|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.event with parameters of type RMAppAttemptState | |
|---|---|
AppAttemptRemovedSchedulerEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
RMAppAttemptState finalAttemptState,
boolean keepContainers)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||