org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
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
|
Method Summary |
org.apache.hadoop.yarn.api.records.Token |
getDelegationToken()
|
org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto |
getProto()
|
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 |
RenewDelegationTokenRequestPBImpl
public RenewDelegationTokenRequestPBImpl()
RenewDelegationTokenRequestPBImpl
public RenewDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
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>
Copyright © 2014 Apache Software Foundation. All Rights Reserved.