public class ClobRef extends ClobRef
ClobRefEXTERNAL_MATCHER, LOG| Constructor and Description |
|---|
ClobRef()
Deprecated.
|
ClobRef(java.lang.String chars)
Deprecated.
|
ClobRef(java.lang.String file,
long offset,
long length)
Deprecated.
Initialize a clobref to an external CLOB.
|
| Modifier and Type | Method and Description |
|---|---|
static ClobRef |
parse(java.lang.String inputString)
Deprecated.
Create a ClobRef based on parsed data from a line of text.
|
deepCopyData, getExternalSource, getInternalData, getInternalSource, readFieldsInternal, writeInternalclone, close, finalize, getData, getDataObj, getDataStream, getDataStream, isExternal, readFields, setDataObj, toString, writepublic 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.public static ClobRef parse(java.lang.String inputString)
inputString - the text-based input data to parse.Copyright © 2014 The Apache Software Foundation