| Package | Description |
|---|---|
| org.apache.hadoop.nfs.nfs3.request |
| Modifier and Type | Method and Description |
|---|---|
static SetAttr3.SetAttrField |
SetAttr3.SetAttrField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetAttr3.SetAttrField[] |
SetAttr3.SetAttrField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<SetAttr3.SetAttrField> |
SetAttr3.getUpdateFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetAttr3.setUpdateFields(EnumSet<SetAttr3.SetAttrField> updateFields) |
| Constructor and Description |
|---|
SetAttr3(int mode,
int uid,
int gid,
long size,
NfsTime atime,
NfsTime mtime,
EnumSet<SetAttr3.SetAttrField> updateFields) |
Copyright © 2018 CERN. All Rights Reserved.