Uses of Class
org.apache.hadoop.nfs.nfs3.Nfs3FileAttributes

Packages that use Nfs3FileAttributes
org.apache.hadoop.nfs.nfs3   
org.apache.hadoop.nfs.nfs3.response   
 

Uses of Nfs3FileAttributes in org.apache.hadoop.nfs.nfs3
 

Methods in org.apache.hadoop.nfs.nfs3 that return Nfs3FileAttributes
static Nfs3FileAttributes Nfs3FileAttributes.deserialize(XDR xdr)
           
 

Constructors in org.apache.hadoop.nfs.nfs3 with parameters of type Nfs3FileAttributes
Nfs3FileAttributes(Nfs3FileAttributes other)
           
 

Uses of Nfs3FileAttributes in org.apache.hadoop.nfs.nfs3.response
 

Methods in org.apache.hadoop.nfs.nfs3.response that return Nfs3FileAttributes
 Nfs3FileAttributes MKDIR3Response.getObjAttr()
           
 Nfs3FileAttributes SYMLINK3Response.getObjPostOpAttr()
           
 Nfs3FileAttributes READDIR3Response.getPostOpAttr()
           
 Nfs3FileAttributes READ3Response.getPostOpAttr()
           
 Nfs3FileAttributes WccData.getPostOpAttr()
           
 Nfs3FileAttributes CREATE3Response.getPostOpObjAttr()
           
 

Methods in org.apache.hadoop.nfs.nfs3.response with parameters of type Nfs3FileAttributes
 void GETATTR3Response.setPostOpAttr(Nfs3FileAttributes postOpAttr)
           
 void WccData.setPostOpAttr(Nfs3FileAttributes postOpAttr)
           
 

Constructors in org.apache.hadoop.nfs.nfs3.response with parameters of type Nfs3FileAttributes
ACCESS3Response(int status, Nfs3FileAttributes postOpAttr, int access)
           
CREATE3Response(int status, FileHandle handle, Nfs3FileAttributes postOpObjAttr, WccData dirWcc)
           
FSINFO3Response(int status, Nfs3FileAttributes postOpAttr, int rtmax, int rtpref, int rtmult, int wtmax, int wtpref, int wtmult, int dtpref, long maxFileSize, NfsTime timeDelta, int properties)
           
FSSTAT3Response(int status, Nfs3FileAttributes postOpAttr, long tbytes, long fbytes, long abytes, long tfiles, long ffiles, long afiles, int invarsec)
           
GETATTR3Response(int status, Nfs3FileAttributes attrs)
           
LOOKUP3Response(int status, FileHandle fileHandle, Nfs3FileAttributes postOpObjAttr, Nfs3FileAttributes postOpDirAttributes)
           
MKDIR3Response(int status, FileHandle handle, Nfs3FileAttributes attr, WccData dirWcc)
           
PATHCONF3Response(int status, Nfs3FileAttributes postOpAttr, int linkMax, int nameMax, boolean noTrunc, boolean chownRestricted, boolean caseInsensitive, boolean casePreserving)
           
READ3Response(int status, Nfs3FileAttributes postOpAttr, int count, boolean eof, ByteBuffer data)
           
READDIR3Response(int status, Nfs3FileAttributes postOpAttr)
           
READDIR3Response(int status, Nfs3FileAttributes postOpAttr, long cookieVerf, READDIR3Response.DirList3 dirList)
           
READDIRPLUS3Response.EntryPlus3(long fileId, String name, long cookie, Nfs3FileAttributes nameAttr, FileHandle objFileHandle)
           
READDIRPLUS3Response(int status, Nfs3FileAttributes postOpDirAttr, long cookieVerf, READDIRPLUS3Response.DirListPlus3 dirListPlus)
           
READLINK3Response(int status, Nfs3FileAttributes postOpAttr, byte[] path)
           
SYMLINK3Response(int status, FileHandle handle, Nfs3FileAttributes attrs, WccData dirWcc)
           
WccData(WccAttr preOpAttr, Nfs3FileAttributes postOpAttr)
           
 



Copyright © 2009 The Apache Software Foundation