Uses of Class
org.apache.hadoop.hdfs.server.namenode.LeaseExpiredException

Packages that use LeaseExpiredException
org.apache.hadoop.hdfs.server.namenode   
 

Uses of LeaseExpiredException in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that throw LeaseExpiredException
 boolean FSNamesystem.abandonBlock(Block b, String src, String holder)
          The client would like to let go of the given block
 LocatedBlock FSNamesystem.getAdditionalBlock(String src, String clientName, Block previous, HashMap<org.apache.hadoop.net.Node,org.apache.hadoop.net.Node> excludedNodes)
          The client would like to obtain an additional block for the indicated filename (which is being written-to).
 



Copyright © 2009 The Apache Software Foundation