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() |
boolean |
getDecommissioned() |
int |
getHttpPort()
Return the node http-address.
|
LocalDirsHandlerService |
getLocalDirsHandler() |
NMStateStoreService |
getNMStateStore() |
NMTokenSecretManagerInNM |
getNMTokenSecretManager() |
org.apache.hadoop.yarn.server.api.records.NodeHealthStatus |
getNodeHealthStatus() |
org.apache.hadoop.yarn.api.records.NodeId |
getNodeId()
Return the nodeId.
|
Map<org.apache.hadoop.yarn.api.records.ApplicationId,org.apache.hadoop.security.Credentials> |
getSystemCredentialsForApps() |
void |
setDecommissioned(boolean isDecommissioned) |
org.apache.hadoop.yarn.api.records.NodeId getNodeId()
int getHttpPort()
ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,Application> getApplications()
Map<org.apache.hadoop.yarn.api.records.ApplicationId,org.apache.hadoop.security.Credentials> getSystemCredentialsForApps()
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()
NMStateStoreService getNMStateStore()
boolean getDecommissioned()
void setDecommissioned(boolean isDecommissioned)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.