public interface Context
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> |
getApplications() |
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
getContainers() |
NMContainerTokenSecretManager |
getContainerTokenSecretManager() |
org.apache.hadoop.yarn.api.records.NodeHealthStatus |
getNodeHealthStatus() |
org.apache.hadoop.yarn.api.records.NodeId |
getNodeId()
Return the nodeId.
|
org.apache.hadoop.yarn.api.records.NodeId getNodeId()
ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> getApplications()
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> getContainers()
NMContainerTokenSecretManager getContainerTokenSecretManager()
org.apache.hadoop.yarn.api.records.NodeHealthStatus getNodeHealthStatus()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.