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

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

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

Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type FSDatasetInterface.BlockWriteStreams
 void FSDatasetInterface.adjustCrcChannelPosition(Block b, FSDatasetInterface.BlockWriteStreams stream, int checksumSize)
          Sets the file pointer of the checksum stream so that the last checksum will be overwritten
 void FSDataset.adjustCrcChannelPosition(Block b, FSDatasetInterface.BlockWriteStreams streams, int checksumSize)
          Sets the offset in the meta file so that the last checksum will be overwritten.
 



Copyright © 2009 The Apache Software Foundation