| Package | Description |
|---|---|
| org.apache.slider.server.appmaster.state |
| Modifier and Type | Method and Description |
|---|---|
NodeEntry |
NodeInstance.get(int role)
Get the entry for a role -if present
|
NodeEntry |
NodeInstance.getOrCreate(org.apache.hadoop.yarn.api.records.Container container)
Get the node entry matching a container on this node
|
NodeEntry |
NodeInstance.getOrCreate(int role)
Get the entry for a role -if present
|
NodeEntry |
RoleHistory.getOrCreateNodeEntry(org.apache.hadoop.yarn.api.records.Container container)
Get the node entry of a container
|
NodeEntry |
NodeInstance.remove(int role)
Get the entry for a role -and remove it if present
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInstance.set(int role,
NodeEntry nodeEntry) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.