Class RenewDelegationTokenRequestPBImpl

java.lang.Object
org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto>
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl
All Implemented Interfaces:
RenewDelegationTokenRequest

public class RenewDelegationTokenRequestPBImpl extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto> implements RenewDelegationTokenRequest
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    RenewDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.api.records.Token
     
    org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    void
    setDelegationToken(org.apache.hadoop.yarn.api.records.Token token)
     

    Methods inherited from class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase

    convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RenewDelegationTokenRequestPBImpl

      public RenewDelegationTokenRequestPBImpl()
    • RenewDelegationTokenRequestPBImpl

      public RenewDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
  • Method Details

    • getDelegationToken

      public org.apache.hadoop.yarn.api.records.Token getDelegationToken()
      Specified by:
      getDelegationToken in interface RenewDelegationTokenRequest
    • setDelegationToken

      public void setDelegationToken(org.apache.hadoop.yarn.api.records.Token token)
      Specified by:
      setDelegationToken in interface RenewDelegationTokenRequest
    • getProto

      public org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto getProto()
      Specified by:
      getProto in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto>