org.apache.hadoop.nfs.nfs3.response
Class LOOKUP3Response
java.lang.Object
org.apache.hadoop.nfs.nfs3.response.NFS3Response
org.apache.hadoop.nfs.nfs3.response.LOOKUP3Response
public class LOOKUP3Response
- extends NFS3Response
LOOKUP3 Response
|
Method Summary |
XDR |
serialize(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOOKUP3Response
public LOOKUP3Response(int status)
LOOKUP3Response
public LOOKUP3Response(int status,
FileHandle fileHandle,
Nfs3FileAttributes postOpObjAttr,
Nfs3FileAttributes postOpDirAttributes)
LOOKUP3Response
public LOOKUP3Response(XDR xdr)
throws IOException
- Throws:
IOException
serialize
public XDR serialize(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:
serialize in class NFS3Response
Copyright © 2014 Apache Software Foundation. All Rights Reserved.