|
|||||||||
| 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
@Deprecated public class S3fs
Class S3fs is a Tap class that provides access to the Amazon S3 storage system.
| Field Summary | |
|---|---|
static String |
S3FS_BUCKET
Deprecated. Field S3FS_BUCKET is the property key for the S3 bucket |
static String |
S3FS_ID
Deprecated. Field S3FS_ID is the property key for the S3 id |
static String |
S3FS_SECRET
Deprecated. Field S3FS_SECRET is the property key for the S3 secret |
| Constructor Summary | |
|---|---|
S3fs(Fields sourceFields,
String stringPath)
Deprecated. |
|
S3fs(Fields sourceFields,
String id,
String secret,
String bucket,
String stringPath)
Deprecated. Constructor S3fs creates a new S3fs instance. |
|
S3fs(Fields sourceFields,
URI uri)
Deprecated. |
|
S3fs(Fields sourceFields,
URI uri,
boolean replace)
Deprecated. |
|
S3fs(Fields sourceFields,
URI uri,
SinkMode sinkMode)
Deprecated. |
|
S3fs(Scheme scheme,
String stringPath)
Deprecated. |
|
S3fs(Scheme scheme,
String stringPath,
boolean replace)
Deprecated. |
|
S3fs(Scheme scheme,
String stringPath,
SinkMode sinkMode)
Deprecated. |
|
S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath)
Deprecated. |
|
S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath,
boolean replace)
Deprecated. |
|
S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath,
SinkMode sinkMode)
Deprecated. |
|
S3fs(Scheme scheme,
URI uri)
Deprecated. |
|
| Method Summary | |
|---|---|
protected URI |
makeURIScheme(JobConf jobConf)
Deprecated. |
protected void |
setStringPath(String stringPath)
Deprecated. |
| Methods inherited from class cascading.tap.Hfs |
|---|
deletePath, equals, getDefaultFileSystem, getDefaultFileSystemURIScheme, getFileSystem, getPath, getPathModified, getQualifiedPath, getTemporaryDirectory, getTempPath, getURIScheme, hashCode, isWriteDirect, makeDirs, makeTemporaryPathDir, openForRead, openForWrite, pathExists, setTemporaryDirectory, setUriScheme, sinkInit, sourceInit, toString |
| Methods inherited from class cascading.tap.Tap |
|---|
flowInit, getIdentifier, getScheme, getSinkFields, getSinkMode, getSourceFields, isAppend, isEquivalentTo, isKeep, isReplace, isSink, isSource, isUpdate, outgoingScopeFor, resolveFields, resolveIncomingOperationFields, setScheme, setWriteDirect, 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 |
|---|
@Deprecated
public S3fs(Fields sourceFields,
URI uri)
sourceFields - of type Fieldsuri - of type URI
@Deprecated
public S3fs(Fields sourceFields,
URI uri,
boolean replace)
sourceFields - of type Fieldsuri - of type URIreplace - of type boolean
@Deprecated
public S3fs(Fields sourceFields,
URI uri,
SinkMode sinkMode)
sourceFields - of type Fieldsuri - of type URIsinkMode - of type SinkMode
@Deprecated
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
@Deprecated
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
@Deprecated
public S3fs(Scheme scheme,
URI uri)
scheme - of type Schemeuri - of type URI
@Deprecated
public S3fs(Scheme scheme,
String stringPath)
scheme - of type SchemestringPath - of type String
@Deprecated
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
@Deprecated
public S3fs(Scheme scheme,
String id,
String secret,
String bucket,
String stringPath,
SinkMode sinkMode)
scheme - of type Schemeid - of type Stringsecret - of type Stringbucket - of type StringstringPath - of type StringsinkMode - of type SinkMode
@Deprecated
public S3fs(Scheme scheme,
String stringPath,
boolean replace)
scheme - of type SchemestringPath - of type Stringreplace - of type boolean
@Deprecated
public S3fs(Scheme scheme,
String stringPath,
SinkMode sinkMode)
scheme - of type SchemestringPath - of type StringsinkMode - of type SinkMode| 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 | ||||||||