public class SETATTR3Request extends RequestWithHandle
handle
Constructor and Description |
---|
SETATTR3Request(FileHandle handle,
SetAttr3 attr,
boolean check,
NfsTime ctime) |
Modifier and Type | Method and Description |
---|---|
static SETATTR3Request |
deserialize(XDR xdr) |
SetAttr3 |
getAttr() |
NfsTime |
getCtime() |
boolean |
isCheck() |
void |
serialize(XDR xdr)
Subclass should implement.
|
getHandle
public SETATTR3Request(FileHandle handle, SetAttr3 attr, boolean check, NfsTime ctime)
public static SETATTR3Request deserialize(XDR xdr) throws IOException
IOException
public SetAttr3 getAttr()
public boolean isCheck()
public NfsTime getCtime()
public void serialize(XDR xdr)
NFS3Request
serialize
in class NFS3Request
Copyright © 2015 Apache Software Foundation. All Rights Reserved.