| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.ftp | |
| org.apache.hadoop.fs.local | |
| org.apache.hadoop.fs.s3 |
A distributed, block-based implementation of
FileSystem that uses Amazon S3
as a backing store. |
| org.apache.hadoop.fs.s3native |
A distributed implementation of
FileSystem for reading and writing files on
Amazon S3. |
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileSystemConfigKeys
This class contains constants for configuration keys used
in the local file system, raw local fs and checksum fs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FtpConfigKeys
This class contains constants for configuration keys used
in the ftp file system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalConfigKeys
This class contains constants for configuration keys used
in the local file system, raw local fs and checksum fs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3FileSystemConfigKeys
This class contains constants for configuration keys used
in the s3 file system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3NativeFileSystemConfigKeys
This class contains constants for configuration keys used
in the s3 file system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DFSConfigKeys
This class contains constants for configuration keys used
in hdfs.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.