Uses of Class
org.apache.hadoop.yarn.client.api.NMTokenCache

Packages that use NMTokenCache
org.apache.hadoop.yarn.client.api   
 

Uses of NMTokenCache in org.apache.hadoop.yarn.client.api
 

Methods in org.apache.hadoop.yarn.client.api that return NMTokenCache
 NMTokenCache AMRMClient.getNMTokenCache()
          Get the NM token cache of the AMRMClient.
 NMTokenCache NMClient.getNMTokenCache()
          Get the NM token cache of the NMClient.
static NMTokenCache NMTokenCache.getSingleton()
          Returns the singleton NM token cache.
 

Methods in org.apache.hadoop.yarn.client.api with parameters of type NMTokenCache
 void AMRMClient.setNMTokenCache(NMTokenCache nmTokenCache)
          Set the NM token cache for the AMRMClient.
 void NMClient.setNMTokenCache(NMTokenCache nmTokenCache)
          Set the NM Token cache of the NMClient.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.