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
ConstructorsConstructorDescriptionRenewDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.Tokenorg.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProtogetProto()voidsetDelegationToken(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
-
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:
getDelegationTokenin interfaceRenewDelegationTokenRequest
-
setDelegationToken
public void setDelegationToken(org.apache.hadoop.yarn.api.records.Token token) - Specified by:
setDelegationTokenin interfaceRenewDelegationTokenRequest
-
getProto
public org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto getProto()- Specified by:
getProtoin classorg.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto>
-