Uses of Class
org.apache.hadoop.fs.s3.Block

Packages that use Block
org.apache.hadoop.fs.s3 A distributed, block-based implementation of FileSystem that uses Amazon S3 as a backing store. 
 

Uses of Block in org.apache.hadoop.fs.s3
 

Methods in org.apache.hadoop.fs.s3 that return Block
 Block[] INode.getBlocks()
           
 

Methods in org.apache.hadoop.fs.s3 with parameters of type Block
 void FileSystemStore.deleteBlock(Block block)
           
 File FileSystemStore.retrieveBlock(Block block, long byteRangeStart)
           
 void FileSystemStore.storeBlock(Block block, File file)
           
 

Constructors in org.apache.hadoop.fs.s3 with parameters of type Block
INode(org.apache.hadoop.fs.s3.INode.FileType fileType, Block[] blocks)
           
 



Copyright © 2009 The Apache Software Foundation