Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • documentation

    Description

      The following xattr APIs should be added to the FileSystem specification

      1. setXAttr(Path path, String name, byte[] value)
      2. setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
      3. getXAttr(Path path, String name)
      4. Map<String, byte[]> getXAttrs(Path path, List<String> names)
      5. listXAttrs(Path path)
      6. removeXAttr(Path path, String name)

      Attachments

        Activity

          People

            Unassigned Unassigned
            arp Arpit Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: