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 NMClient.getNMTokenCache()
          Get the NM token cache of the NMClient.
 NMTokenCache AMRMClient.getNMTokenCache()
          Get the NM token cache of the AMRMClient.
static NMTokenCache NMTokenCache.getSingleton()
          Returns the singleton NM token cache.
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.