Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.recovery |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemRMStateStore.storeApplicationAttemptState(String attemptId,
ApplicationAttemptStateDataPBImpl attemptStateDataPB) |
protected void |
NullRMStateStore.storeApplicationAttemptState(String attemptId,
ApplicationAttemptStateDataPBImpl attemptStateData) |
void |
MemoryRMStateStore.storeApplicationAttemptState(String attemptIdStr,
ApplicationAttemptStateDataPBImpl attemptStateData) |
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
|
Copyright © 2013 Apache Software Foundation. All rights reserved.