Package | Description |
---|---|
org.apache.hadoop.fs.s3 |
A distributed, block-based implementation of
FileSystem that uses Amazon S3
as a backing store. |
Modifier and Type | Method and Description |
---|---|
Block[] |
INode.getBlocks() |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemStore.deleteBlock(Block block) |
File |
FileSystemStore.retrieveBlock(Block block,
long byteRangeStart) |
void |
FileSystemStore.storeBlock(Block block,
File file) |
Constructor and Description |
---|
INode(org.apache.hadoop.fs.s3.INode.FileType fileType,
Block[] blocks) |
Copyright © 2010 The Apache Software Foundation