Java org.apache.hadoop.hdfs XAttrHelper fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs XAttrHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs XAttrHelper.

The text is from its open source code.

Method

XAttrbuildXAttr(String name, byte[] value)
Build XAttr from name with prefix and value.
XAttrbuildXAttr(String name)
Build XAttr from xattr name with prefix.
ListbuildXAttrAsList(String name)
Build xattr name with prefix as XAttr list.
MapbuildXAttrMap(List xAttrs)
Build xattr map from XAttr list, the key is xattr name with prefix, and value is xattr value.
ListbuildXAttrs(List names)
Build XAttr list from xattr name list.
byte[]getFirstXAttrValue(List xAttrs)
Get value of first xattr from XAttr list