C G L M R S 

C

com.mapr.fs - package com.mapr.fs
 

G

getXAttr(Path, String) - Method in class com.mapr.fs.MapRFileSystem
Get the extended attribute associated with the given name on the given file or directory.
getXAttrs(Path) - Method in class com.mapr.fs.MapRFileSystem
Get all the extended attribute name/value pairs associated with the given file or directory.
getXAttrs(Path, List<String>) - Method in class com.mapr.fs.MapRFileSystem
Get the extended attributes associated with the given list of names on the given file or directory.

L

listXAttrs(Path) - Method in class com.mapr.fs.MapRFileSystem
Get all the extended attribute names associated with the given file or directory.

M

MapRFileSystem - Class in com.mapr.fs
 
MapRFileSystem() - Constructor for class com.mapr.fs.MapRFileSystem
 

R

removeXAttr(Path, String) - Method in class com.mapr.fs.MapRFileSystem
Remove the extended attribute (specified by name) associated with the given file or directory.

S

setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class com.mapr.fs.MapRFileSystem
Set an extended attribute on a file or directory.
setXAttr(Path, String, byte[]) - Method in class com.mapr.fs.MapRFileSystem
Set or replace an extended attribute on a file or directory.
C G L M R S