public interface Context
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.server.security.ApplicationACLsManager |
getApplicationACLsManager() |
ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> |
getApplications() |
org.apache.hadoop.yarn.api.ContainerManagementProtocol |
getContainerManager() |
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> |
getContainers() |
NMContainerTokenSecretManager |
getContainerTokenSecretManager() |
int |
getHttpPort()
Return the node http-address.
|
LocalDirsHandlerService |
getLocalDirsHandler() |
NMTokenSecretManagerInNM |
getNMTokenSecretManager() |
org.apache.hadoop.yarn.server.api.records.NodeHealthStatus |
getNodeHealthStatus() |
org.apache.hadoop.yarn.api.records.NodeId |
getNodeId()
Return the nodeId.
|
org.apache.hadoop.yarn.api.records.NodeId getNodeId()
int getHttpPort()
ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> getApplications()
ConcurrentMap<org.apache.hadoop.yarn.api.records.ContainerId,Container> getContainers()
NMContainerTokenSecretManager getContainerTokenSecretManager()
NMTokenSecretManagerInNM getNMTokenSecretManager()
org.apache.hadoop.yarn.server.api.records.NodeHealthStatus getNodeHealthStatus()
org.apache.hadoop.yarn.api.ContainerManagementProtocol getContainerManager()
LocalDirsHandlerService getLocalDirsHandler()
org.apache.hadoop.yarn.server.security.ApplicationACLsManager getApplicationACLsManager()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.