| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.fs.s3 |
A distributed, block-based implementation of
FileSystem that uses Amazon S3
as a backing store. |
| 类和说明 |
|---|
| Block
Holds metadata about a block of data being stored in a
FileSystemStore. |
| FileSystemStore |
| INode
Holds file metadata including type (regular file, or directory),
and the list of blocks that are pointers to the data.
|
| S3FileSystemException
Thrown when there is a fatal exception while using
S3FileSystem. |
Copyright © 2009 The Apache Software Foundation