Uses of Class
org.apache.hadoop.nfs.NfsFileType

Packages that use NfsFileType
org.apache.hadoop.nfs   
org.apache.hadoop.nfs.nfs3   
 

Uses of NfsFileType in org.apache.hadoop.nfs
 

Methods in org.apache.hadoop.nfs that return NfsFileType
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.
 

Uses of NfsFileType in org.apache.hadoop.nfs.nfs3
 

Constructors in org.apache.hadoop.nfs.nfs3 with parameters of type NfsFileType
Nfs3FileAttributes(NfsFileType nfsType, int nlink, short mode, int uid, int gid, long size, long fsid, long fileId, long mtime, long atime)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.