public class BlobRef extends BlobRef
BlobRef| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG
Deprecated.
|
EXTERNAL_MATCHER| Constructor and Description |
|---|
BlobRef()
Deprecated.
|
BlobRef(byte[] bytes)
Deprecated.
|
BlobRef(java.lang.String file,
long offset,
long length)
Deprecated.
Initialize a BlobRef to an external BLOB.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobRef |
parse(java.lang.String inputString)
Deprecated.
Create a BlobRef 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 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.public static BlobRef parse(java.lang.String inputString)
inputString - the text-based input data to parse.Copyright © 2015 The Apache Software Foundation