public class SetAttr3 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SetAttr3.SetAttrField |
Modifier and Type | Field and Description |
---|---|
static int |
TIME_DONT_CHANGE |
static int |
TIME_SET_TO_CLIENT_TIME |
static int |
TIME_SET_TO_SERVER_TIME |
Constructor and Description |
---|
SetAttr3() |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(XDR xdr) |
NfsTime |
getAtime() |
int |
getGid() |
int |
getMode() |
NfsTime |
getMtime() |
long |
getSize() |
int |
getUid() |
EnumSet<SetAttr3.SetAttrField> |
getUpdateFields() |
void |
serialize(XDR xdr) |
void |
setGid(int gid) |
void |
setUpdateFields(EnumSet<SetAttr3.SetAttrField> updateFields) |
public static final int TIME_DONT_CHANGE
public static final int TIME_SET_TO_SERVER_TIME
public static final int TIME_SET_TO_CLIENT_TIME
public int getMode()
public int getUid()
public int getGid()
public void setGid(int gid)
public long getSize()
public NfsTime getAtime()
public NfsTime getMtime()
public EnumSet<SetAttr3.SetAttrField> getUpdateFields()
public void setUpdateFields(EnumSet<SetAttr3.SetAttrField> updateFields)
public void serialize(XDR xdr)
public void deserialize(XDR xdr)
Copyright © 2013 Apache Software Foundation. All rights reserved.