org.apache.hadoop.nfs.nfs3.request
Class READDIRPLUS3Request
java.lang.Object
org.apache.hadoop.nfs.nfs3.request.NFS3Request
org.apache.hadoop.nfs.nfs3.request.RequestWithHandle
org.apache.hadoop.nfs.nfs3.request.READDIRPLUS3Request
public class READDIRPLUS3Request
- extends RequestWithHandle
READDIRPLUS3 Request
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READDIRPLUS3Request
public READDIRPLUS3Request(FileHandle handle,
long cookie,
long cookieVerf,
int dirCount,
int maxCount)
deserialize
public static READDIRPLUS3Request deserialize(XDR xdr)
throws IOException
- Throws:
IOException
getCookie
public long getCookie()
getCookieVerf
public long getCookieVerf()
getDirCount
public int getDirCount()
getMaxCount
public int getMaxCount()
serialize
public void serialize(XDR xdr)
- Description copied from class:
NFS3Request
- Subclass should implement. Usually handle is the first to be serialized
- Specified by:
serialize in class NFS3Request
Copyright © 2014 Apache Software Foundation. All Rights Reserved.