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 RequestWithHandle.getHandle()
           
 FileHandle RENAME3Request.getToDirHandle()
           
 

Constructors in org.apache.hadoop.nfs.nfs3.request with parameters of type FileHandle
CREATE3Request(FileHandle handle, String name, int mode, SetAttr3 objAttr, long verf)
           
LOOKUP3Request(FileHandle handle, String name)
           
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 MKDIR3Response.getObjFileHandle()
           
 FileHandle SYMLINK3Response.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)
           
READDIRPLUS3Response.EntryPlus3(long fileId, String name, long cookie, Nfs3FileAttributes nameAttr, FileHandle objFileHandle)
           
SYMLINK3Response(int status, FileHandle handle, Nfs3FileAttributes attrs, WccData dirWcc)
           
 



Copyright © 2009 The Apache Software Foundation