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

Packages that use FileHandle
org.apache.hadoop.nfs.nfs3.request   
org.apache.hadoop.nfs.nfs3.response   
 

Uses of FileHandle in org.apache.hadoop.nfs.nfs3.request
 

Fields in org.apache.hadoop.nfs.nfs3.request declared as FileHandle
protected  FileHandle RequestWithHandle.handle
           
 

Methods in org.apache.hadoop.nfs.nfs3.request that return FileHandle
 FileHandle RENAME3Request.getFromDirHandle()
           
 FileHandle LINK3Request.getFromDirHandle()
           
 FileHandle RequestWithHandle.getHandle()
           
 FileHandle RENAME3Request.getToDirHandle()
           
 

Constructors in org.apache.hadoop.nfs.nfs3.request with parameters of type FileHandle
ACCESS3Request(FileHandle handle)
           
COMMIT3Request(FileHandle handle, long offset, int count)
           
CREATE3Request(FileHandle handle, String name, int mode, SetAttr3 objAttr, long verf)
           
FSINFO3Request(FileHandle handle)
           
FSSTAT3Request(FileHandle handle)
           
GETATTR3Request(FileHandle handle)
           
LINK3Request(FileHandle handle, FileHandle fromDirHandle, String fromName)
           
LOOKUP3Request(FileHandle handle, String name)
           
MKDIR3Request(FileHandle handle, String name, SetAttr3 objAttr)
           
MKNOD3Request(FileHandle handle, String name, int type, SetAttr3 objAttr, Nfs3FileAttributes.Specdata3 spec)
           
PATHCONF3Request(FileHandle handle)
           
READ3Request(FileHandle handle, long offset, int count)
           
READDIR3Request(FileHandle handle, long cookie, long cookieVerf, int count)
           
READDIRPLUS3Request(FileHandle handle, long cookie, long cookieVerf, int dirCount, int maxCount)
           
READLINK3Request(FileHandle handle)
           
REMOVE3Request(FileHandle handle, String name)
           
RENAME3Request(FileHandle fromDirHandle, String fromName, FileHandle toDirHandle, String toName)
           
RMDIR3Request(FileHandle handle, String name)
           
SETATTR3Request(FileHandle handle, SetAttr3 attr, boolean check, NfsTime ctime)
           
SYMLINK3Request(FileHandle handle, String name, SetAttr3 symAttr, String symData)
           
WRITE3Request(FileHandle handle, long offset, int count, Nfs3Constant.WriteStableHow stableHow, ByteBuffer data)
           
 

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

Methods in org.apache.hadoop.nfs.nfs3.response that return FileHandle
 FileHandle SYMLINK3Response.getObjFileHandle()
           
 FileHandle MKNOD3Response.getObjFileHandle()
           
 FileHandle MKDIR3Response.getObjFileHandle()
           
 FileHandle CREATE3Response.getObjHandle()
           
 

Constructors in org.apache.hadoop.nfs.nfs3.response with parameters of type FileHandle
CREATE3Response(int status, FileHandle handle, Nfs3FileAttributes postOpObjAttr, WccData dirWcc)
           
LOOKUP3Response(int status, FileHandle fileHandle, Nfs3FileAttributes postOpObjAttr, Nfs3FileAttributes postOpDirAttributes)
           
MKDIR3Response(int status, FileHandle handle, Nfs3FileAttributes attr, WccData dirWcc)
           
MKNOD3Response(int status, FileHandle handle, Nfs3FileAttributes attrs, WccData dirWcc)
           
READDIRPLUS3Response.EntryPlus3(long fileId, String name, long cookie, Nfs3FileAttributes nameAttr, FileHandle objFileHandle)
           
SYMLINK3Response(int status, FileHandle handle, Nfs3FileAttributes attrs, WccData dirWcc)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.