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