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,
Nfs3FileAttributes.Specdata3 rdev) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.