public class READDIRPLUS3Request extends RequestWithHandle
handle| Constructor | Description |
|---|---|
READDIRPLUS3Request(FileHandle handle,
long cookie,
long cookieVerf,
int dirCount,
int maxCount) |
| Modifier and Type | Method | Description |
|---|---|---|
static READDIRPLUS3Request |
deserialize(XDR xdr) |
|
long |
getCookie() |
|
long |
getCookieVerf() |
|
int |
getDirCount() |
|
int |
getMaxCount() |
|
void |
serialize(XDR xdr) |
Subclass should implement.
|
getHandlepublic READDIRPLUS3Request(FileHandle handle, long cookie, long cookieVerf, int dirCount, int maxCount)
public static READDIRPLUS3Request deserialize(XDR xdr) throws java.io.IOException
java.io.IOExceptionpublic long getCookie()
public long getCookieVerf()
public int getDirCount()
public int getMaxCount()
public void serialize(XDR xdr)
NFS3Requestserialize in class NFS3Requestxdr - XDR messageCopyright © 2008–2025 Apache Software Foundation. All rights reserved.