Package | Description |
---|---|
org.apache.hadoop.nfs | |
org.apache.hadoop.nfs.nfs3 |
Modifier and Type | Method and Description |
---|---|
static NfsFileType |
NfsFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NfsFileType[] |
NfsFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Nfs3FileAttributes(NfsFileType nfsType,
int nlink,
short mode,
int uid,
int gid,
long size,
long fsid,
long fileid,
long mtime,
long atime) |
Copyright © 2013 Apache Software Foundation. All rights reserved.