Added: sqoop/site/trunk/content/resources/docs/1.4.7/api/index.html URL: http://svn.apache.org/viewvc/sqoop/site/trunk/content/resources/docs/1.4.7/api/index.html?rev=1822913&view=auto ============================================================================== --- sqoop/site/trunk/content/resources/docs/1.4.7/api/index.html (added) +++ sqoop/site/trunk/content/resources/docs/1.4.7/api/index.html Thu Feb 1 23:36:09 2018 @@ -0,0 +1,75 @@ + + + +
+ +public final class BigDecimalSerializer
+extends java.lang.Object
+Modifier and Type | +Field and Description | +
---|---|
static java.math.BigInteger |
+LONG_MAX_AS_BIGINT |
+
static java.math.BigInteger |
+LONG_MIN_AS_BIGINT |
+
Modifier and Type | +Method and Description | +
---|---|
static java.math.BigDecimal |
+readFields(java.io.DataInput in) |
+
static void |
+write(java.math.BigDecimal d,
+ java.io.DataOutput out) |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.math.BigInteger LONG_MAX_AS_BIGINT+
public static final java.math.BigInteger LONG_MIN_AS_BIGINT+
public static void write(java.math.BigDecimal d, + java.io.DataOutput out) + throws java.io.IOException+
java.io.IOException
public static java.math.BigDecimal readFields(java.io.DataInput in) + throws java.io.IOException+
java.io.IOException
Copyright © 2017 The Apache Software Foundation
+ + Added: sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BlobRef.html URL: http://svn.apache.org/viewvc/sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BlobRef.html?rev=1822913&view=auto ============================================================================== --- sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BlobRef.html (added) +++ sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BlobRef.html Thu Feb 1 23:36:09 2018 @@ -0,0 +1,531 @@ + + + + + +public class BlobRef +extends LobRef<byte[],org.apache.hadoop.io.BytesWritable,java.io.InputStream>+
Modifier and Type | +Field and Description | +
---|---|
static org.apache.commons.logging.Log |
+LOG |
+
EXTERNAL_MATCHER
Constructor and Description | +
---|
BlobRef() |
+
BlobRef(byte[] bytes) |
+
BlobRef(java.lang.String file,
+ long offset,
+ long length)
+Initialize a BlobRef to an external BLOB.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
protected org.apache.hadoop.io.BytesWritable |
+deepCopyData(org.apache.hadoop.io.BytesWritable data)
+Make a copy of the materialized data.
+ |
+
protected java.io.InputStream |
+getExternalSource(com.cloudera.sqoop.io.LobFile.Reader reader)
+Using the LobFile reader, get an accessor InputStream or Reader to the
+ underlying data.
+ |
+
protected byte[] |
+getInternalData(org.apache.hadoop.io.BytesWritable data) |
+
protected java.io.InputStream |
+getInternalSource(org.apache.hadoop.io.BytesWritable data)
+Wrap the materialized data in an InputStream or Reader.
+ |
+
static BlobRef |
+parse(java.lang.String inputString)
+Create a BlobRef based on parsed data from a line of text.
+ |
+
void |
+readFieldsInternal(java.io.DataInput in)
+Perform the readFields() operation on a fully-materializable record.
+ |
+
void |
+writeInternal(java.io.DataOutput out)
+Perform the write() operation on a fully-materializable record.
+ |
+
clone, close, finalize, getData, getDataObj, getDataStream, getDataStream, isExternal, readFields, setDataObj, toString, write
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BlobRef()+
public BlobRef(byte[] bytes)+
public BlobRef(java.lang.String file, + long offset, + long length)+
file
- the filename to the BLOB. May be relative to the job dir.offset
- the offset (in bytes) into the LobFile for this record.length
- the length of the record in bytes.protected java.io.InputStream getExternalSource(com.cloudera.sqoop.io.LobFile.Reader reader) + throws java.io.IOException+
LobRef
getExternalSource
in class LobRef<byte[],org.apache.hadoop.io.BytesWritable,java.io.InputStream>
java.io.IOException
protected java.io.InputStream getInternalSource(org.apache.hadoop.io.BytesWritable data)+
LobRef
getInternalSource
in class LobRef<byte[],org.apache.hadoop.io.BytesWritable,java.io.InputStream>
protected byte[] getInternalData(org.apache.hadoop.io.BytesWritable data)+
getInternalData
in class LobRef<byte[],org.apache.hadoop.io.BytesWritable,java.io.InputStream>
protected org.apache.hadoop.io.BytesWritable deepCopyData(org.apache.hadoop.io.BytesWritable data)+
LobRef
deepCopyData
in class LobRef<byte[],org.apache.hadoop.io.BytesWritable,java.io.InputStream>
public void readFieldsInternal(java.io.DataInput in) + throws java.io.IOException+
LobRef
readFieldsInternal
in class LobRef<byte[],org.apache.hadoop.io.BytesWritable,java.io.InputStream>
in
- the DataInput to deserialize from.java.io.IOException
public void writeInternal(java.io.DataOutput out) + throws java.io.IOException+
LobRef
writeInternal
in class LobRef<byte[],org.apache.hadoop.io.BytesWritable,java.io.InputStream>
out
- the DataOutput to deserialize to.java.io.IOException
public static BlobRef parse(java.lang.String inputString)+
inputString
- the text-based input data to parse.Copyright © 2017 The Apache Software Foundation
+ + Added: sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BooleanParser.html URL: http://svn.apache.org/viewvc/sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BooleanParser.html?rev=1822913&view=auto ============================================================================== --- sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BooleanParser.html (added) +++ sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/BooleanParser.html Thu Feb 1 23:36:09 2018 @@ -0,0 +1,248 @@ + + + + + +public final class BooleanParser
+extends java.lang.Object
+Modifier and Type | +Method and Description | +
---|---|
static boolean |
+valueOf(java.lang.String s)
+Return a boolean based on the value contained in the string.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean valueOf(java.lang.String s)+
The following values are considered true: + "true", "t", "yes", "on", "1".
+All other values, including 'null', are false.
+All comparisons are case-insensitive.
Copyright © 2017 The Apache Software Foundation
+ + Added: sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/ClobRef.html URL: http://svn.apache.org/viewvc/sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/ClobRef.html?rev=1822913&view=auto ============================================================================== --- sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/ClobRef.html (added) +++ sqoop/site/trunk/content/resources/docs/1.4.7/api/org/apache/sqoop/lib/ClobRef.html Thu Feb 1 23:36:09 2018 @@ -0,0 +1,499 @@ + + + + + +public class ClobRef +extends LobRef<java.lang.String,java.lang.String,java.io.Reader>+
EXTERNAL_MATCHER, LOG
Constructor and Description | +
---|
ClobRef() |
+
ClobRef(java.lang.String chars) |
+
ClobRef(java.lang.String file,
+ long offset,
+ long length)
+Initialize a clobref to an external CLOB.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
protected java.lang.String |
+deepCopyData(java.lang.String data)
+Make a copy of the materialized data.
+ |
+
protected java.io.Reader |
+getExternalSource(com.cloudera.sqoop.io.LobFile.Reader reader)
+Using the LobFile reader, get an accessor InputStream or Reader to the
+ underlying data.
+ |
+
protected java.lang.String |
+getInternalData(java.lang.String data) |
+
protected java.io.Reader |
+getInternalSource(java.lang.String data)
+Wrap the materialized data in an InputStream or Reader.
+ |
+
static ClobRef |
+parse(java.lang.String inputString)
+Create a ClobRef based on parsed data from a line of text.
+ |
+
void |
+readFieldsInternal(java.io.DataInput in)
+Perform the readFields() operation on a fully-materializable record.
+ |
+
void |
+writeInternal(java.io.DataOutput out)
+Perform the write() operation on a fully-materializable record.
+ |
+
clone, close, finalize, getData, getDataObj, getDataStream, getDataStream, isExternal, readFields, setDataObj, toString, write
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ClobRef()+
public ClobRef(java.lang.String chars)+
public ClobRef(java.lang.String file, + long offset, + long length)+
file
- the filename to the CLOB. May be relative to the job dir.offset
- the offset (in bytes) into the LobFile for this record.length
- the length of the record in characters.protected java.io.Reader getExternalSource(com.cloudera.sqoop.io.LobFile.Reader reader) + throws java.io.IOException+
LobRef
getExternalSource
in class LobRef<java.lang.String,java.lang.String,java.io.Reader>
java.io.IOException
protected java.io.Reader getInternalSource(java.lang.String data)+
LobRef
getInternalSource
in class LobRef<java.lang.String,java.lang.String,java.io.Reader>
protected java.lang.String deepCopyData(java.lang.String data)+
LobRef
deepCopyData
in class LobRef<java.lang.String,java.lang.String,java.io.Reader>
protected java.lang.String getInternalData(java.lang.String data)+
getInternalData
in class LobRef<java.lang.String,java.lang.String,java.io.Reader>
public void readFieldsInternal(java.io.DataInput in) + throws java.io.IOException+
LobRef
readFieldsInternal
in class LobRef<java.lang.String,java.lang.String,java.io.Reader>
in
- the DataInput to deserialize from.java.io.IOException
public void writeInternal(java.io.DataOutput out) + throws java.io.IOException+
LobRef
writeInternal
in class LobRef<java.lang.String,java.lang.String,java.io.Reader>
out
- the DataOutput to deserialize to.java.io.IOException
public static ClobRef parse(java.lang.String inputString)+
inputString
- the text-based input data to parse.Copyright © 2017 The Apache Software Foundation
+ +