Uses of Class
org.apache.hadoop.hdfs.server.datanode.FSDatasetInterface.BlockInputStreams

Packages that use FSDatasetInterface.BlockInputStreams
org.apache.hadoop.hdfs.server.datanode   
 

Uses of FSDatasetInterface.BlockInputStreams in org.apache.hadoop.hdfs.server.datanode
 

Methods in org.apache.hadoop.hdfs.server.datanode that return FSDatasetInterface.BlockInputStreams
 FSDatasetInterface.BlockInputStreams FSDatasetInterface.getTmpInputStreams(Block b, long blkoff, long ckoff)
          Returns an input stream at specified offset of the specified block The block is still in the tmp directory and is not finalized
 FSDatasetInterface.BlockInputStreams FSDataset.getTmpInputStreams(Block b, long blkOffset, long ckoff)
          Returns handles to the block file and its metadata file
 



Copyright © 2009 The Apache Software Foundation