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