Java org.apache.hadoop.yarn.api.records Token fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

ByteBuffergetIdentifier()
Get the token identifier.
StringgetKind()
Get the token kind.
ByteBuffergetPassword()
Get the token password
StringgetService()
Get the service to which the token is allocated.
TokennewInstance(byte[] identifier, String kind, byte[] password, String service)
voidsetService(String service)