Package | Description |
---|---|
org.apache.hadoop.yarn.client.api | |
org.apache.hadoop.yarn.client.api.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
ContainerManagementProtocolProxy(org.apache.hadoop.conf.Configuration conf,
NMTokenCache nmTokenCache) |
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.