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

Packages that use NotReplicatedYetException
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.server.namenode   
 

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

Methods in org.apache.hadoop.hdfs.protocol that throw NotReplicatedYetException
 LocatedBlock ClientProtocol.addBlock(String src, String clientName, Block previous, DatanodeInfo[] excludeNodes)
          A client that wants to write an additional block to the indicated filename (which must currently be open for writing) should call addBlock().
 

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

Methods in org.apache.hadoop.hdfs.server.namenode that throw NotReplicatedYetException
 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