org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class RenewDelegationTokenRequestPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class RenewDelegationTokenRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest


Constructor Summary
RenewDelegationTokenRequestPBImpl()
           
RenewDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.api.records.Token getDelegationToken()
           
 org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto getProto()
           
 int hashCode()
           
 void setDelegationToken(org.apache.hadoop.yarn.api.records.Token token)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenewDelegationTokenRequestPBImpl

public RenewDelegationTokenRequestPBImpl()

RenewDelegationTokenRequestPBImpl

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

getDelegationToken

public org.apache.hadoop.yarn.api.records.Token getDelegationToken()
Specified by:
getDelegationToken in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest

setDelegationToken

public void setDelegationToken(org.apache.hadoop.yarn.api.records.Token token)
Specified by:
setDelegationToken in class org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest

getProto

public org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto getProto()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.