| Package | Description |
|---|---|
| org.apache.slider.server.appmaster.state | |
| org.apache.slider.server.avro |
| Modifier and Type | Method and Description |
|---|---|
RoleHistory |
AppState.getRoleHistory()
Get the role history of the application
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutstandingRequestTracker.partitionRequests(RoleHistory rh,
List<org.apache.hadoop.yarn.api.records.Container> inAllocated,
List<org.apache.hadoop.yarn.api.records.Container> outPlaceRequested,
List<org.apache.hadoop.yarn.api.records.Container> outUnplaced)
Take a list of requests and split them into specific host requests and
generic assignments.
|
| Modifier and Type | Method and Description |
|---|---|
long |
RoleHistoryWriter.write(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
boolean overwrite,
RoleHistory history,
long savetime)
Write the history information to a file
|
long |
RoleHistoryWriter.write(OutputStream out,
RoleHistory history,
long savetime)
Write out the history.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.