Uses of Class
org.apache.hadoop.hdfs.protocol.NSQuotaExceededException

Packages that use NSQuotaExceededException
org.apache.hadoop.hdfs.protocol   
 

Uses of NSQuotaExceededException in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that throw NSQuotaExceededException
 void ClientProtocol.create(String src, org.apache.hadoop.fs.permission.FsPermission masked, String clientName, org.apache.hadoop.io.EnumSetWritable<org.apache.hadoop.fs.CreateFlag> flag, boolean createParent, short replication, long blockSize)
          Create a new file entry in the namespace.
 boolean ClientProtocol.mkdirs(String src, org.apache.hadoop.fs.permission.FsPermission masked, boolean createParent)
          Create a directory (or hierarchy of directories) with the given name and permission.
 



Copyright © 2009 The Apache Software Foundation