Uses of Class
org.apache.hadoop.fs.XAttr
Packages that use XAttr
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of XAttr in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return XAttr -
Uses of XAttr in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return XAttrModifier and TypeMethodDescriptionstatic XAttrXAttrHelper.buildXAttr(String name) BuildXAttrfrom xattr name with prefix.static XAttrXAttrHelper.buildXAttr(String name, byte[] value) BuildXAttrfrom name with prefix and value.static XAttrXAttrHelper.getFirstXAttr(List<XAttr> xAttrs) Get first xattr fromXAttrlistMethods in org.apache.hadoop.hdfs that return types with arguments of type XAttrModifier and TypeMethodDescriptionXAttrHelper.buildXAttrAsList(String name) Build xattr name with prefix asXAttrlist.XAttrHelper.buildXAttrs(List<String> names) BuildXAttrlist from xattr name list.Methods in org.apache.hadoop.hdfs with parameters of type XAttrModifier and TypeMethodDescriptionstatic StringXAttrHelper.getPrefixedName(XAttr xAttr) Get name with prefix fromXAttrMethod parameters in org.apache.hadoop.hdfs with type arguments of type XAttrModifier and TypeMethodDescriptionXAttrHelper.buildXAttrMap(List<XAttr> xAttrs) Build xattr map fromXAttrlist, the key is xattr name with prefix, and value is xattr value.static XAttrXAttrHelper.getFirstXAttr(List<XAttr> xAttrs) Get first xattr fromXAttrliststatic byte[]XAttrHelper.getFirstXAttrValue(List<XAttr> xAttrs) Get value of first xattr fromXAttrlist -
Uses of XAttr in org.apache.hadoop.hdfs.inotify
Methods in org.apache.hadoop.hdfs.inotify that return types with arguments of type XAttrMethod parameters in org.apache.hadoop.hdfs.inotify with type arguments of type XAttrModifier and TypeMethodDescription -
Uses of XAttr in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type XAttrModifier and TypeMethodDescriptionGet xattrs of a file or directory.ClientProtocol.listXAttrs(String src) List the xattrs names for a file or directory.Methods in org.apache.hadoop.hdfs.protocol with parameters of type XAttrModifier and TypeMethodDescriptionvoidClientProtocol.removeXAttr(String src, XAttr xAttr) Remove xattr of a file or directory.Value in xAttr parameter is ignored.voidSet xattr of a file or directory.Method parameters in org.apache.hadoop.hdfs.protocol with type arguments of type XAttr -
Uses of XAttr in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return XAttrModifier and TypeMethodDescriptionstatic XAttrPBHelperClient.convertXAttr(org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.XAttrProto a) Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type XAttrModifier and TypeMethodDescriptionPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.GetXAttrsResponseProto a) PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.ListXAttrsResponseProto a) PBHelperClient.convertXAttrs(List<org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.XAttrProto> xAttrSpec) ClientNamenodeProtocolTranslatorPB.listXAttrs(String src) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type XAttrModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.XAttrProtoPBHelperClient.convertXAttrProto(XAttr a) voidClientNamenodeProtocolTranslatorPB.removeXAttr(String src, XAttr xAttr) voidClientNamenodeProtocolTranslatorPB.setXAttr(String src, XAttr xAttr, EnumSet<org.apache.hadoop.fs.XAttrSetFlag> flag) Method parameters in org.apache.hadoop.hdfs.protocolPB with type arguments of type XAttrModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.ListXAttrsResponseProtoPBHelperClient.convertListXAttrsResponse(List<XAttr> names) static List<org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.XAttrProto>PBHelperClient.convertXAttrProto(List<XAttr> xAttrSpec) static org.apache.hadoop.hdfs.protocol.proto.XAttrProtos.GetXAttrsResponseProtoPBHelperClient.convertXAttrsResponse(List<XAttr> xAttrs)