Package | Description |
---|---|
org.apache.hadoop.yarn.client.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016 Apache Software Foundation. All rights reserved.