public class READDIRPLUS3Request extends RequestWithHandle
handle
Constructor and Description |
---|
READDIRPLUS3Request(FileHandle handle,
long cookie,
long cookieVerf,
int dirCount,
int maxCount) |
Modifier and Type | Method and Description |
---|---|
static READDIRPLUS3Request |
deserialize(XDR xdr) |
long |
getCookie() |
long |
getCookieVerf() |
int |
getDirCount() |
int |
getMaxCount() |
void |
serialize(XDR xdr)
Subclass should implement.
|
getHandle
public READDIRPLUS3Request(FileHandle handle, long cookie, long cookieVerf, int dirCount, int maxCount)
public static READDIRPLUS3Request deserialize(XDR xdr) throws IOException
IOException
public long getCookie()
public long getCookieVerf()
public int getDirCount()
public int getMaxCount()
public void serialize(XDR xdr)
NFS3Request
serialize
in class NFS3Request
Copyright © 2015 Apache Software Foundation. All Rights Reserved.