org.apache.hadoop.nfs.nfs3.response
Class CREATE3Response
java.lang.Object
org.apache.hadoop.nfs.nfs3.response.NFS3Response
org.apache.hadoop.nfs.nfs3.response.CREATE3Response
public class CREATE3Response
- extends NFS3Response
CREATE3 Response
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATE3Response
public CREATE3Response(int status)
CREATE3Response
public CREATE3Response(int status,
FileHandle handle,
Nfs3FileAttributes postOpObjAttr,
WccData dirWcc)
getObjHandle
public FileHandle getObjHandle()
getPostOpObjAttr
public Nfs3FileAttributes getPostOpObjAttr()
getDirWcc
public WccData getDirWcc()
writeHeaderAndResponse
public XDR writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
- Description copied from class:
NFS3Response
- Write the response, along with the rpc header (including verifier), to the
XDR.
- Overrides:
writeHeaderAndResponse in class NFS3Response
Copyright © 2014 Apache Software Foundation. All Rights Reserved.