Uses of Class
org.apache.hadoop.dfs.FSDatasetInterface.BlockWriteStreams

Packages that use FSDatasetInterface.BlockWriteStreams
org.apache.hadoop.dfs A distributed implementation of FileSystem
 

Uses of FSDatasetInterface.BlockWriteStreams in org.apache.hadoop.dfs
 

Methods in org.apache.hadoop.dfs that return FSDatasetInterface.BlockWriteStreams
 FSDatasetInterface.BlockWriteStreams FSDatasetInterface.writeToBlock(org.apache.hadoop.dfs.Block b, boolean isRecovery)
          Creates the block and returns output streams to write data and CRC
 

Methods in org.apache.hadoop.dfs with parameters of type FSDatasetInterface.BlockWriteStreams
 long FSDatasetInterface.getChannelPosition(org.apache.hadoop.dfs.Block b, FSDatasetInterface.BlockWriteStreams stream)
          Returns the current offset in the data stream.
 void FSDatasetInterface.setChannelPosition(org.apache.hadoop.dfs.Block b, FSDatasetInterface.BlockWriteStreams stream, long dataOffset, long ckOffset)
          Sets the file pointer of the data stream and checksum stream to the specified values.
 



Copyright © 2008 The Apache Software Foundation