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

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

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

Methods in org.apache.hadoop.hdfs.protocol that throw DSQuotaExceededException
 LocatedBlock ClientProtocol.append(String src, String clientName)
          Append to the end of the file.
 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.
 void ClientProtocol.rename(String src, String dst, org.apache.hadoop.fs.Options.Rename... options)
          Rename src to dst.
 boolean ClientProtocol.setReplication(String src, short replication)
          Set replication for an existing file.
 



Copyright © 2009 The Apache Software Foundation