Java org.apache.hadoop.yarn.client.api NMTokenCache fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.client.api NMTokenCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.client.api NMTokenCache.

The text is from its open source code.

Constructor

NMTokenCache()
Creates a NM token cache instance.

Method

TokengetNMToken(String nodeAddr)
Returns NMToken, null if absent.
NMTokenCachegetSingleton()
Returns the singleton NM token cache.
TokengetToken(String nodeAddr)
Returns NMToken, null if absent
voidsetNMToken(String nodeAddr, Token token)
Sets the NMToken for node address only in the singleton obtained from #getSingleton() .
voidsetToken(String nodeAddr, Token token)
Sets the NMToken for node address