Home
last modified time | relevance | path

Searched refs:decodeXAttrValue (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/server/
H A DTestHttpFSServer.java385 xAttrs.put(name, decodeXAttrValue(value)); in getXAttrs()
392 private byte[] decodeXAttrValue(String value) throws IOException { in decodeXAttrValue() method in TestHttpFSServer
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/
H A DJsonUtil.java785 xAttrs.put(name, decodeXAttrValue(value)); in toXAttrMap()
791 private static byte[] decodeXAttrValue(String value) throws IOException { in decodeXAttrValue() method in JsonUtil