org.apache.hadoop.nfs.nfs3.response
Class READDIRPLUS3Response
java.lang.Object
org.apache.hadoop.nfs.nfs3.response.NFS3Response
org.apache.hadoop.nfs.nfs3.response.READDIRPLUS3Response
public class READDIRPLUS3Response
- extends NFS3Response
READDIRPLUS3 Response
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READDIRPLUS3Response
public READDIRPLUS3Response(int status)
READDIRPLUS3Response
public READDIRPLUS3Response(int status,
Nfs3FileAttributes postOpDirAttr,
long cookieVerf,
READDIRPLUS3Response.DirListPlus3 dirListPlus)
getDirListPlus
public READDIRPLUS3Response.DirListPlus3 getDirListPlus()
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.