public static class RMStateStore.ApplicationAttemptState extends Object
| Constructor and Description |
|---|
RMStateStore.ApplicationAttemptState(ApplicationAttemptId attemptId,
Container masterContainer,
Credentials appAttemptCredentials) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getAppAttemptCredentials() |
ApplicationAttemptId |
getAttemptId() |
Container |
getMasterContainer() |
public RMStateStore.ApplicationAttemptState(ApplicationAttemptId attemptId, Container masterContainer, Credentials appAttemptCredentials)
public Container getMasterContainer()
public ApplicationAttemptId getAttemptId()
public Credentials getAppAttemptCredentials()
Copyright © 2013 Apache Software Foundation. All rights reserved.