public interface Context
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<ApplicationId,Application> |
getApplications() |
ContainerManagementProtocol |
getContainerManager() |
ConcurrentMap<ContainerId,Container> |
getContainers() |
NMContainerTokenSecretManager |
getContainerTokenSecretManager() |
int |
getHttpPort()
Return the node http-address.
|
NMTokenSecretManagerInNM |
getNMTokenSecretManager() |
NodeHealthStatus |
getNodeHealthStatus() |
NodeId |
getNodeId()
Return the nodeId.
|
NodeId getNodeId()
int getHttpPort()
ConcurrentMap<ApplicationId,Application> getApplications()
ConcurrentMap<ContainerId,Container> getContainers()
NMContainerTokenSecretManager getContainerTokenSecretManager()
NMTokenSecretManagerInNM getNMTokenSecretManager()
NodeHealthStatus getNodeHealthStatus()
ContainerManagementProtocol getContainerManager()
Copyright © 2013 Apache Software Foundation. All rights reserved.