David Mollitor created HDFS-14452: ------------------------------------- Summary: Make Op valueOf Public Key: HDFS-14452 URL: https://issues.apache.org/jira/browse/HDFS-14452 Project: Hadoop HDFS Issue Type: Improvement Components: ipc Affects Versions: 3.2.0 Reporter: David Mollitor
Change signature of {{private static Op valueOf(byte code)}} to be public. Right now, the only easy way to look up in Op is to pass in a {{DataInput}} object, which is not all that flexible and efficient for other custom implementations that want to store the Op code a different way. https://github.com/apache/hadoop/blob/8c95cb9d6bef369fef6a8364f0c0764eba90e44a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/Op.java#L53 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org