|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcascading.tap.Tap
cascading.tap.Hfs
cascading.tap.S3fs
public class S3fs
Class S3fs is a Tap class that provides access to the Amazon S3 storage system.
| Field Summary | |
|---|---|
static String |
S3FS_BUCKET
Field S3FS_BUCKET is the property key for the S3 bucket |
static String |
S3FS_ID
Field S3FS_ID is the property key for the S3 id |
static String |
S3FS_SECRET
Field S3FS_SECRET is the property key for the S3 secret |
| Constructor Summary | |
|---|---|
S3fs(Fields sourceFields,
String stringPath)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Fields sourceFields,
String id,
String secret,
String bucket,
String stringPath)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Fields sourceFields,
URI uri)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Fields sourceFields,
URI uri,
boolean replace)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Scheme scheme,
String stringPath)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Scheme scheme,
String stringPath,
boolean replace)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath,
boolean replace)
Constructor S3fs creates a new S3fs instance. |
|
S3fs(Scheme scheme,
URI uri)
Constructor S3fs creates a new S3fs instance. |
|
| Method Summary | |
|---|---|
protected URI |
makeURIScheme(JobConf jobConf)
|
protected void |
setStringPath(String stringPath)
|
| Methods inherited from class cascading.tap.Hfs |
|---|
deletePath, equals, getDefaultFileSystem, getFileSystem, getPath, getPathModified, getQualifiedPath, getTemporaryDirectory, getTempPath, getURIScheme, hashCode, isUseTapCollector, makeDirs, makeTemporaryPathDir, openForRead, openForWrite, pathExists, setTemporaryDirectory, setUriScheme, sinkInit, sourceInit, toString |
| Methods inherited from class cascading.tap.Tap |
|---|
flowInit, getScheme, getSinkFields, getSourceFields, isAppend, isKeep, isReplace, isSink, isSource, outgoingScopeFor, resolveFields, resolveIncomingOperationFields, setScheme, setUseTapCollector, sink, source, taps |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String S3FS_ID
public static final String S3FS_SECRET
public static final String S3FS_BUCKET
| Constructor Detail |
|---|
public S3fs(Fields sourceFields,
URI uri)
sourceFields - of type Fieldsuri - of type URI
public S3fs(Fields sourceFields,
URI uri,
boolean replace)
sourceFields - of type Fieldsuri - of type URIreplace - of type boolean
public S3fs(Fields sourceFields,
String stringPath)
sourceFields - of type FieldsstringPath - of type String
public S3fs(Fields sourceFields,
String id,
String secret,
String bucket,
String stringPath)
sourceFields - of type Fieldsid - of type Stringsecret - of type Stringbucket - of type StringstringPath - of type String
public S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath)
scheme - of type Schemeid - of type Stringsecret - of type Stringbucket - of type StringstringPath - of type String
public S3fs(Scheme scheme,
URI uri)
scheme - of type Schemeuri - of type URI
public S3fs(Scheme scheme,
String stringPath)
scheme - of type SchemestringPath - of type String
public S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath,
boolean replace)
scheme - of type Schemeid - of type Stringsecret - of type Stringbucket - of type StringstringPath - of type Stringreplace - of type boolean
public S3fs(Scheme scheme,
String stringPath,
boolean replace)
scheme - of type SchemestringPath - of type Stringreplace - of type boolean| Method Detail |
|---|
protected void setStringPath(String stringPath)
setStringPath in class Hfs
protected URI makeURIScheme(JobConf jobConf)
throws IOException
makeURIScheme in class HfsIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||