|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectFileSystem
cascading.tap.hadoop.StreamedFileSystem
cascading.tap.hadoop.S3HttpFileSystem
@Deprecated public class S3HttpFileSystem
Class S3HttpFileSystem provides a basic FileSystem for reading and writing remote S3 data.
| Field Summary | |
|---|---|
static String |
S3TP_SCHEME
Deprecated. |
| Constructor Summary | |
|---|---|
S3HttpFileSystem()
Deprecated. |
|
| Method Summary | |
|---|---|
FSDataOutputStream |
create(Path path,
FsPermission permission,
boolean overwrite,
int bufferSize,
short replication,
long blockSize,
Progressable progress)
Deprecated. |
boolean |
delete(Path path)
Deprecated. |
boolean |
delete(Path path,
boolean recursive)
Deprecated. |
boolean |
exists(Path path)
Deprecated. |
FileStatus |
getFileStatus(Path path)
Deprecated. |
URI |
getUri()
Deprecated. |
void |
initialize(URI uri,
Configuration conf)
Deprecated. |
FileStatus[] |
listStatus(Path path)
Deprecated. |
boolean |
mkdirs(Path path,
FsPermission fsPermission)
Deprecated. |
FSDataInputStream |
open(Path path,
int i)
Deprecated. |
| Methods inherited from class cascading.tap.hadoop.StreamedFileSystem |
|---|
append, getMD5SumFor, getMD5SumFor, getWorkingDirectory, rename, setMD5SumFor, setMD5SumFor, setWorkingDirectory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String S3TP_SCHEME
| Constructor Detail |
|---|
public S3HttpFileSystem()
| Method Detail |
|---|
public void initialize(URI uri,
Configuration conf)
throws IOException
IOExceptionpublic URI getUri()
public FSDataOutputStream create(Path path,
FsPermission permission,
boolean overwrite,
int bufferSize,
short replication,
long blockSize,
Progressable progress)
throws IOException
create in class StreamedFileSystemIOException
public FSDataInputStream open(Path path,
int i)
throws IOException
IOException
public boolean mkdirs(Path path,
FsPermission fsPermission)
throws IOException
mkdirs in class StreamedFileSystemIOException
@Deprecated
public boolean delete(Path path)
throws IOException
delete in class StreamedFileSystemIOException
public boolean delete(Path path,
boolean recursive)
throws IOException
delete in class StreamedFileSystemIOException
public boolean exists(Path path)
throws IOException
IOException
public FileStatus[] listStatus(Path path)
throws IOException
listStatus in class StreamedFileSystemIOException
public FileStatus getFileStatus(Path path)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||