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