| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.recovery |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RMStateStore.storeApplicationAttemptState(String attemptId,
ApplicationAttemptStateDataPBImpl attemptStateData)
Blocking API
Derived classes must implement this method to store the state of an
application attempt
|
protected void |
NullRMStateStore.storeApplicationAttemptState(String attemptId,
ApplicationAttemptStateDataPBImpl attemptStateData) |
void |
FileSystemRMStateStore.storeApplicationAttemptState(String attemptId,
ApplicationAttemptStateDataPBImpl attemptStateDataPB) |
void |
MemoryRMStateStore.storeApplicationAttemptState(String attemptIdStr,
ApplicationAttemptStateDataPBImpl attemptStateData) |
Copyright © 2014 Apache Software Foundation. All rights reserved.