public class SETATTR3Request extends RequestWithHandle
handle| Constructor | Description |
|---|---|
SETATTR3Request(FileHandle handle,
SetAttr3 attr,
boolean check,
NfsTime ctime) |
| Modifier and Type | Method | Description |
|---|---|---|
static SETATTR3Request |
deserialize(XDR xdr) |
|
SetAttr3 |
getAttr() |
|
NfsTime |
getCtime() |
|
boolean |
isCheck() |
|
void |
serialize(XDR xdr) |
Subclass should implement.
|
getHandlepublic SETATTR3Request(FileHandle handle, SetAttr3 attr, boolean check, NfsTime ctime)
public static SETATTR3Request deserialize(XDR xdr) throws java.io.IOException
java.io.IOExceptionpublic SetAttr3 getAttr()
public boolean isCheck()
public NfsTime getCtime()
public void serialize(XDR xdr)
NFS3Requestserialize in class NFS3Requestxdr - XDR messageCopyright © 2008–2025 Apache Software Foundation. All rights reserved.