程序包 | 说明 |
---|---|
org.apache.hadoop.fs.s3 |
A distributed, block-based implementation of
FileSystem that uses Amazon S3
as a backing store. |
限定符和类型 | 方法和说明 |
---|---|
Block[] |
INode.getBlocks() |
限定符和类型 | 方法和说明 |
---|---|
void |
FileSystemStore.deleteBlock(Block block) |
File |
FileSystemStore.retrieveBlock(Block block,
long byteRangeStart) |
void |
FileSystemStore.storeBlock(Block block,
File file) |
构造器和说明 |
---|
INode(org.apache.hadoop.fs.s3.INode.FileType fileType,
Block[] blocks) |
Copyright © 2009 The Apache Software Foundation