public interface ServerFileVaultI extends FileVaultI, IntegrityCheckingServerFileVaultI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
default boolean |
exists(java.lang.Long id)
Returns true, if a BLOB for the given id exists, false otherwise.
|
default boolean |
exists(java.lang.Long id,
java.lang.Long backuppingBPId)
Returns true, if a BLOB for the given id exists, false otherwise.
|
java.io.File |
getBLOB(java.lang.Long id)
get the BLOB belonging to BO[id].
|
java.io.File |
getBLOB(java.lang.Long id,
java.lang.Long backuppingBPId)
get the BLOB belonging to BO[id].
|
InitialBLOBTransferMetaDataContainer |
getBLOBBOIdsForIntitialBLOBCopy(java.util.Map idsAndVFilesOnSyncNode,
java.util.List pendingBLOBChangeBOIdsOnSyncNode,
java.util.List pendingBLOBChangeBOIdsOnAuthNode) |
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].
|
java.util.Iterator<java.lang.Long> |
getExistingBLOBsIdIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal) |
java.util.Iterator<VFile> |
getExistingBLOBsVFileIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal) |
ManagedFileI |
getHandle(java.io.InputStream is,
java.lang.Long id,
boolean noHistory) |
ManagedFileI |
getHandleForPullDuringSync(BLOBLoaderI blobLoader,
long len,
java.lang.String blobHash,
java.lang.Long boid,
java.lang.Long backuppingBPId,
boolean noHistory) |
ManagedFileI |
getHandleForPushDuringSync(java.lang.Long id,
boolean deletion,
java.lang.Long backuppingBPId,
java.lang.String blobHash) |
ManagedFileI |
getHandleForRemoveBLOB(java.lang.String oldHash,
java.lang.Long id,
boolean noHistory) |
InputStreamWrapper |
getStream(java.lang.Long id)
get the BLOB belonging to BO[id].
|
InputStreamWrapper |
getStream(java.lang.Long id,
java.lang.Long backuppingBPId)
get the BLOB belonging to BO[id].
|
void |
recover() |
VFile |
storeRemoteBLOB(BLOBInputI in,
java.lang.String newBLOBIdString,
VFile rvfile,
int current,
int totalBLOBs) |
long |
toDataOutput(java.lang.Long id,
java.io.DataOutput oo,
boolean closeOS,
java.lang.Long backuppingBPId)
Writes the BLOB belonging to BO[id] to the passed DataOutput.
|
long |
toStream(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.
|
getHandle, getHandleForReceivingBLOBOnServerSide, getHandleForRemoveBLOB, getHandleForUndoBLOBChangeOnServerSide
getExistingBLOBsIdIterator, retireOrphanedBLOBsEventually
static final java.lang.String $0
ManagedFileI getHandle(java.io.InputStream is, java.lang.Long id, boolean noHistory) throws java.io.IOException
java.io.IOException
ManagedFileI getHandleForRemoveBLOB(java.lang.String oldHash, java.lang.Long id, boolean noHistory)
default boolean exists(java.lang.Long id)
id
- the id of the BO the BLOB-info belongs to.default boolean exists(java.lang.Long id, java.lang.Long backuppingBPId)
id
- the id of the BO the BLOB-info belongs to.backuppingBPId
- the existence of a backup-BLOB in the backup-dir shall be checked using this BP-IdVFile 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
- the information should be taken from the backup-BLOB in the backup-dir using this BP-IdInputStreamWrapper getStream(java.lang.Long id)
id
- the id of the BO the BLOB belongs to.InputStreamWrapper getStream(java.lang.Long id, java.lang.Long backuppingBPId)
id
- the id of the BO the BLOB belongs to.backuppingBPId
- the data should be taken from the backup-BLOB in the backup-dir using this BP-Idlong toStream(java.lang.Long id, java.io.OutputStream os, boolean closeOS, java.lang.Long backuppingBPId) throws java.io.IOException
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
- the data should be taken from the backup-BLOB in the backup-dir using this BP-Idjava.io.IOException
long toDataOutput(java.lang.Long id, java.io.DataOutput oo, boolean closeOS, java.lang.Long backuppingBPId) throws java.io.IOException
id
- the id of the BO the BLOB belongs tooo
- the DataOutput to write the BLOB-bytes tocloseOS
- a boolean designating if the DataOutput shall be closed afterwards or not.backuppingBPId
- the BLOB should be taken from the backup-dir using this BP-Idjava.io.IOException
java.io.File getBLOB(java.lang.Long id)
id
- the id of the BO the BLOB belongs to.java.io.File getBLOB(java.lang.Long id, java.lang.Long backuppingBPId)
id
- the id of the BO the BLOB belongs to.backuppingBPId
- the BLOB should be taken from the backup-dir using this BP-Idvoid recover() throws java.io.IOException
java.io.IOException
InitialBLOBTransferMetaDataContainer getBLOBBOIdsForIntitialBLOBCopy(java.util.Map idsAndVFilesOnSyncNode, java.util.List pendingBLOBChangeBOIdsOnSyncNode, java.util.List pendingBLOBChangeBOIdsOnAuthNode) throws java.io.IOException
java.io.IOException
ManagedFileI getHandleForPushDuringSync(java.lang.Long id, boolean deletion, java.lang.Long backuppingBPId, java.lang.String blobHash)
ManagedFileI getHandleForPullDuringSync(BLOBLoaderI blobLoader, long len, java.lang.String blobHash, java.lang.Long boid, java.lang.Long backuppingBPId, boolean noHistory) throws java.io.IOException
java.io.IOException
VFile storeRemoteBLOB(BLOBInputI in, java.lang.String newBLOBIdString, VFile rvfile, int current, int totalBLOBs) throws java.io.FileNotFoundException
java.io.FileNotFoundException
java.util.Iterator<VFile> getExistingBLOBsVFileIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal) throws java.io.IOException
java.io.IOException
java.util.Iterator<java.lang.Long> getExistingBLOBsIdIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal) throws java.io.IOException
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.