org.apache.hadoop.nfs.nfs3.request
Class SetAttr3
java.lang.Object
org.apache.hadoop.nfs.nfs3.request.SetAttr3
public class SetAttr3
- extends Object
SetAttr3 contains the file attributes that can be set from the client. The
fields are the same as the similarly named fields in the NFS3Attributes
structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIME_DONT_CHANGE
public static final int TIME_DONT_CHANGE
- See Also:
- Constant Field Values
TIME_SET_TO_SERVER_TIME
public static final int TIME_SET_TO_SERVER_TIME
- See Also:
- Constant Field Values
TIME_SET_TO_CLIENT_TIME
public static final int TIME_SET_TO_CLIENT_TIME
- See Also:
- Constant Field Values
SetAttr3
public SetAttr3()
getMode
public int getMode()
getUid
public int getUid()
getGid
public int getGid()
setGid
public void setGid(int gid)
getSize
public long getSize()
getAtime
public NfsTime getAtime()
getMtime
public NfsTime getMtime()
getUpdateFields
public EnumSet<SetAttr3.SetAttrField> getUpdateFields()
setUpdateFields
public void setUpdateFields(EnumSet<SetAttr3.SetAttrField> updateFields)
serialize
public void serialize(XDR xdr)
deserialize
public void deserialize(XDR xdr)
Copyright © 2009 The Apache Software Foundation