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

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

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.
 

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

Constructors in org.apache.hadoop.yarn.client.api.impl with parameters of type NMTokenCache
ContainerManagementProtocolProxy(org.apache.hadoop.conf.Configuration conf, NMTokenCache nmTokenCache)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.