Uses of Class
org.apache.hadoop.yarn.client.api.NMTokenCache
Packages that use NMTokenCache
-
Uses of NMTokenCache in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return NMTokenCacheModifier and TypeMethodDescriptionAMRMClient.getNMTokenCache()Get the NM token cache of theAMRMClient.NMClient.getNMTokenCache()Get the NM token cache of theNMClient.static NMTokenCacheNMTokenCache.getSingleton()Returns the singleton NM token cache.Methods in org.apache.hadoop.yarn.client.api with parameters of type NMTokenCacheModifier and TypeMethodDescriptionvoidAMRMClient.setNMTokenCache(NMTokenCache nmTokenCache) Set the NM token cache for theAMRMClient.voidNMClient.setNMTokenCache(NMTokenCache nmTokenCache) Set the NM Token cache of theNMClient. -
Uses of NMTokenCache in org.apache.hadoop.yarn.client.api.impl
Constructors in org.apache.hadoop.yarn.client.api.impl with parameters of type NMTokenCacheModifierConstructorDescriptionContainerManagementProtocolProxy(org.apache.hadoop.conf.Configuration conf, NMTokenCache nmTokenCache)