public interface BLOBLoaderI
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
$0 |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBLOB(java.lang.Long id)
get the BLOB belonging to BO[id].
|
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os)
Writes the BLOB belonging to BO[id] to the passed DataOutput.
|
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS)
Writes the BLOB belonging to BO[id] to the passed DataOutput.
|
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS,
java.lang.Long backuppingBPId)
Writes the BLOB belonging to BO[id] to the passed DataOutput.
|
byte[] |
getBLOB(java.lang.Long id,
java.lang.Long backuppingBPId)
get the BLOB belonging to BO[id].
|
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os)
Writes the BLOB belonging to BO[id] to the passed OutputStream.
|
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS)
Writes the BLOB belonging to BO[id] to the passed OutputStream.
|
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS,
java.lang.Long backuppingBPId)
Writes the BLOB belonging to BO[id] to the passed OutputStream.
|
VFile |
getBLOBInfo(java.lang.Long id)
gathers information about the BLOB belonging to BO[i].
|
VFile |
getBLOBInfo(java.lang.Long id,
java.lang.Long backuppingBPId)
gathers information about the BLOB belonging to BO[i].
|
boolean |
hasBLOB(java.lang.Long id) |
boolean |
hasBLOB(java.lang.Long id,
java.lang.Long backuppingBPId) |
default java.util.BitSet |
haveBLOB(java.util.List<java.lang.Long> ids) |
default java.util.BitSet |
haveBLOB(long[] ids) |
default java.util.BitSet |
haveBLOB(java.lang.Long[] ids) |
static final java.lang.String $0
byte[] getBLOB(java.lang.Long id)
id - the id of the BO the BLOB belongs to.byte[] getBLOB(java.lang.Long id,
java.lang.Long backuppingBPId)
id - the id of the BO the BLOB belongs to.backuppingBPId - instead of the current BLOB get and stream
the backup-BLOB that was stored because of this BP-Id from the backup-dirlong getBLOB(java.lang.Long id,
java.io.OutputStream os)
id - the id of the BO the BLOB belongs toos - the OutputStream to write the BLOB-bytes tolong getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS)
id - the id of the BO the BLOB belongs toos - the OutputStream to write the BLOB-bytes tocloseOS - a boolean designating if the OutputStream shall be closed afterwards or not.long getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS,
java.lang.Long backuppingBPId)
id - the id of the BO the BLOB belongs toos - the OutputStream to write the BLOB-bytes tocloseOS - a boolean designating if the OutputStream shall be closed afterwards or not.backuppingBPId - instead of the current BLOB get and stream
the backup-BLOB that was stored because of this BP-Id from the backup-dirlong getBLOB(java.lang.Long id,
java.io.DataOutput os)
id - the id of the BO the BLOB belongs toos - the DataOutput to write the BLOB-bytes tolong getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS)
id - the id of the BO the BLOB belongs toos - the DataOutput to write the BLOB-bytes tocloseOS - a boolean designating if the DataOutput shall be closed afterwards or not.long getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS,
java.lang.Long backuppingBPId)
id - the id of the BO the BLOB belongs toos - the DataOutput to write the BLOB-bytes tocloseOS - a boolean designating if the DataOutput shall be closed afterwards or not.backuppingBPId - instead of the current BLOB get and stream
the backup-BLOB that was stored because of this BP-Id from the backup-dirVFile getBLOBInfo(java.lang.Long id)
id - the id of the BO the BLOB-info belongs to.VFile getBLOBInfo(java.lang.Long id, java.lang.Long backuppingBPId)
id - the id of the BO the BLOB-info belongs to.backuppingBPId - instead of the current BLOB get the VFile for
the backup-BLOB that was stored because of this BP-Id from the backup-dirboolean hasBLOB(java.lang.Long id)
id - the id of the BO the check for existence of a BLOB on the server.boolean hasBLOB(java.lang.Long id,
java.lang.Long backuppingBPId)
id - the id of the BO the check for existence of a BLOB on the server.backuppingBPId - instead of the current BLOB get the VFile for
the backup-BLOB that was stored because of this BP-Id from
the backup-dirdefault java.util.BitSet haveBLOB(java.util.List<java.lang.Long> ids)
ids - a List of ids of BOs the check for existence of a BLOB on the server.default java.util.BitSet haveBLOB(java.lang.Long[] ids)
ids - an array of ids of BOs the check for existence of a BLOB on the server.default java.util.BitSet haveBLOB(long[] ids)
ids - an array of ids of BOs the check for existence of a BLOB on the server.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.