修飾子とタイプ | フィールドと説明 |
---|---|
static org.apache.commons.logging.Log |
LOG
非推奨です。
|
EXTERNAL_MATCHER
コンストラクタと説明 |
---|
BlobRef()
非推奨です。
|
BlobRef(byte[] bytes)
非推奨です。
|
BlobRef(java.lang.String file,
long offset,
long length)
非推奨です。
Initialize a BlobRef to an external BLOB.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static BlobRef |
parse(java.lang.String inputString)
非推奨です。
Create a BlobRef based on parsed data from a line of text.
|
deepCopyData, getExternalSource, getInternalData, getInternalSource, readFieldsInternal, writeInternal
clone, close, finalize, getData, getDataObj, getDataStream, getDataStream, isExternal, readFields, setDataObj, toString, write
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.public static BlobRef parse(java.lang.String inputString)
inputString
- the text-based input data to parse.Copyright © 2015 The Apache Software Foundation