Package | Description |
---|---|
org.apache.hadoop.fs.s3 |
A distributed, block-based implementation of
FileSystem that uses Amazon S3
as a backing store. |
Class and Description |
---|
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 © 2013 Apache Software Foundation. All rights reserved.