Uses of Class
net.nutch.fs.Block

Packages that use Block
net.nutch.fs   
 

Uses of Block in net.nutch.fs
 

Methods in net.nutch.fs that return Block
 Block[] FSNamesystem.recentlyInvalidBlocks(UTF8 name)
          Return with a list of Blocks that should be invalidated at the given node.
 Block[] FSDirectory.delete(UTF8 src)
          Remove the file from management, return blocks
 Block[] FSDirectory.getFile(UTF8 src)
          Get the blocks associated with the file
 Block[] FSDataset.getBlockReport()
          Return a table of block data
 Block[] DatanodeInfo.getBlocks()
           
 

Methods in net.nutch.fs with parameters of type Block
 void FSNamesystem.processReport(Block[] newReport, UTF8 name)
          The given node is reporting all its blocks.
 void FSNamesystem.blockReceived(Block block, UTF8 name)
          The given node is reporting that it received a certain block.
 boolean FSDirectory.addFile(UTF8 src, Block[] blocks)
          Add the given filename to the fs.
 boolean FSDirectory.isValidBlock(Block b)
          Returns whether the given block is one pointed-to by a file.
 long FSDataset.getLength(Block b)
          Find the block's on-disk length
 InputStream FSDataset.getBlockData(Block b)
          Get a stream of data from the indicated block.
 boolean FSDataset.startBlock(Block b)
          A Block b will be coming soon!
 OutputStream FSDataset.writeToBlock(Block b)
          Start writing to a block file
 void FSDataset.finalizeBlock(Block b)
          Complete the block write!
 boolean FSDataset.isValidBlock(Block b)
          Check whether the given block is a valid one.
 void FSDataset.invalidate(Block[] invalidBlks)
          We're informed that a block is no longer valid.
 void DatanodeInfo.updateBlocks(Block[] newBlocks)
           
 void DatanodeInfo.addBlock(Block b)
           
 



Copyright © 2004 The Nutch Organization.