vinayakumarb opened a new pull request #1803: HADOOP-16621. [pb-upgrade] Remove 
Protobuf classes from signatures of Public APIs.
URL: https://github.com/apache/hadoop/pull/1803
 
 
   ### Removed below APIs from Token.java and replaced usages with helper 
methods moved from hadoop-hdfs-client module
   ```
     /**
      * Construct a Token from a TokenProto.
      * @param tokenPB the TokenProto object
      */
     public Token(TokenProto tokenPB){
      ...
     }
   
     /**
      * Construct a TokenProto from this Token instance.
      * @return a new TokenProto object holding copies of data in this instance
      */
     public TokenProto toTokenProto() {
      ...
     }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to