public class ServerFileVault extends java.lang.Object implements ServerFileVaultI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILEEXTENSION_BLOB |
static java.lang.String |
FILEEXTENSION_LOG |
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
ServerFileVault(java.io.File _newFilesDir,
java.io.File _storageDir,
java.io.File _backupDir,
java.io.File _lostAndFoundDir,
java.io.File _atticDir) |
ServerFileVault(java.io.File _newFilesDir,
java.io.File _storageDir,
java.io.File _backupDir,
java.io.File _lostAndFoundDir,
java.io.File _atticDir,
DBManLocalI _dbm) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackupFileName(java.lang.Long boid,
java.lang.Long bpid) |
java.lang.String |
getBackupFileNameTemp(java.lang.Long boid,
java.lang.Long bpid) |
java.io.File |
getBLOB(java.lang.Long boid)
get the BLOB belonging to BO[id].
|
java.io.File |
getBLOB(java.lang.Long boid,
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)
Returns the Ids of all local BLOBs, unless they are older or have the same hash as listed in the passed Map
|
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.Iterator<java.lang.Long> |
getExistingBLOBsIdIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal) |
java.util.Iterator<VFile> |
getExistingBLOBsVFileIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal)
Traverses the storageDir and creates a Map
|
ManagedFileI |
getHandle(java.io.InputStream is,
java.lang.Long id)
Returns a ManagedFileI for reading binary data from the given InputStream and storing it as BLOB of the BO with the passed Id
|
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 |
getHandleForReceivingBLOBOnServerSide(java.io.ObjectInput in,
long len,
java.lang.String blobHash,
java.lang.Long id,
boolean syncMode,
boolean noHistory) |
ManagedFileI |
getHandleForRemoveBLOB(java.lang.String oldHash,
java.lang.Long id) |
ManagedFileI |
getHandleForRemoveBLOB(java.lang.String oldHash,
java.lang.Long id,
boolean noHistory) |
ManagedFileI |
getHandleForUndoBLOBChangeOnServerSide(java.lang.String oldHash,
java.lang.String newHash,
java.lang.Long undoBPId,
java.lang.Long id,
boolean noHistory) |
static ServerFileVault |
getInstance(DBManLocalI _dbm,
netrexx.lang.Rexx _section) |
static ServerFileVault |
getInstance(DBManLocalI _dbm,
netrexx.lang.Rexx _section,
java.lang.String _legacyFilesRootName) |
static ServerFileVault |
getInstance(java.io.File _newFilesDir,
java.io.File _storageDir,
java.io.File _backupDir,
java.io.File _lostAndFoundDir,
java.io.File _atticDir) |
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() |
void |
retireOrphanedBLOBsEventually(java.util.Set<java.lang.Long> blobIds) |
VFile |
storeRemoteBLOB(BLOBInputI in,
java.lang.String newBLOBIdString,
VFile rvfile,
int current,
int totalBLOBs) |
long |
toDataOutput(java.lang.Long boid,
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 boid,
java.io.OutputStream os,
boolean closeOS,
java.lang.Long backuppingBPId)
Writes the BLOB belonging to BO[id] to the passed OutputStream.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exists, exists
public static final org.apache.log4j.Logger log
public static final java.lang.String FILEEXTENSION_LOG
public static final java.lang.String FILEEXTENSION_BLOB
public ServerFileVault(java.io.File _newFilesDir, java.io.File _storageDir, java.io.File _backupDir, java.io.File _lostAndFoundDir, java.io.File _atticDir)
public ServerFileVault(java.io.File _newFilesDir, java.io.File _storageDir, java.io.File _backupDir, java.io.File _lostAndFoundDir, java.io.File _atticDir, DBManLocalI _dbm)
public static ServerFileVault getInstance(java.io.File _newFilesDir, java.io.File _storageDir, java.io.File _backupDir, java.io.File _lostAndFoundDir, java.io.File _atticDir)
public static ServerFileVault getInstance(DBManLocalI _dbm, netrexx.lang.Rexx _section)
public static ServerFileVault getInstance(DBManLocalI _dbm, netrexx.lang.Rexx _section, java.lang.String _legacyFilesRootName)
public void retireOrphanedBLOBsEventually(java.util.Set<java.lang.Long> blobIds)
retireOrphanedBLOBsEventually
in interface IntegrityCheckingServerFileVaultI
public void recover() throws java.io.IOException
recover
in interface ServerFileVaultI
java.io.IOException
public VFile getBLOBInfo(java.lang.Long id)
ServerFileVaultI
getBLOBInfo
in interface ServerFileVaultI
id
- the id of the BO the BLOB-info belongs to.public VFile getBLOBInfo(java.lang.Long id, java.lang.Long backuppingBPId)
ServerFileVaultI
getBLOBInfo
in interface ServerFileVaultI
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-Idpublic InputStreamWrapper getStream(java.lang.Long id)
ServerFileVaultI
getStream
in interface ServerFileVaultI
id
- the id of the BO the BLOB belongs to.public InputStreamWrapper getStream(java.lang.Long id, java.lang.Long backuppingBPId)
ServerFileVaultI
getStream
in interface ServerFileVaultI
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-Idpublic long toStream(java.lang.Long boid, java.io.OutputStream os, boolean closeOS, java.lang.Long backuppingBPId) throws java.io.IOException
ServerFileVaultI
toStream
in interface ServerFileVaultI
boid
- 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
public long toDataOutput(java.lang.Long boid, java.io.DataOutput oo, boolean closeOS, java.lang.Long backuppingBPId) throws java.io.IOException
ServerFileVaultI
toDataOutput
in interface ServerFileVaultI
boid
- 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
public java.io.File getBLOB(java.lang.Long boid)
ServerFileVaultI
getBLOB
in interface ServerFileVaultI
boid
- the id of the BO the BLOB belongs to.public java.io.File getBLOB(java.lang.Long boid, java.lang.Long backuppingBPId)
ServerFileVaultI
getBLOB
in interface ServerFileVaultI
boid
- the id of the BO the BLOB belongs to.backuppingBPId
- the BLOB should be taken from the backup-dir using this BP-Idpublic java.lang.String getBackupFileName(java.lang.Long boid, java.lang.Long bpid)
public java.lang.String getBackupFileNameTemp(java.lang.Long boid, java.lang.Long bpid)
public ManagedFileI getHandleForRemoveBLOB(java.lang.String oldHash, java.lang.Long id)
getHandleForRemoveBLOB
in interface FileVaultI
public ManagedFileI getHandleForRemoveBLOB(java.lang.String oldHash, java.lang.Long id, boolean noHistory)
getHandleForRemoveBLOB
in interface ServerFileVaultI
public ManagedFileI getHandle(java.io.InputStream is, java.lang.Long id) throws java.io.IOException
getHandle
in interface FileVaultI
java.io.IOException
public ManagedFileI getHandle(java.io.InputStream is, java.lang.Long id, boolean noHistory) throws java.io.IOException
getHandle
in interface ServerFileVaultI
java.io.IOException
public ManagedFileI getHandleForReceivingBLOBOnServerSide(java.io.ObjectInput in, long len, java.lang.String blobHash, java.lang.Long id, boolean syncMode, boolean noHistory) throws java.io.IOException
getHandleForReceivingBLOBOnServerSide
in interface FileVaultI
java.io.IOException
public ManagedFileI getHandleForUndoBLOBChangeOnServerSide(java.lang.String oldHash, java.lang.String newHash, java.lang.Long undoBPId, java.lang.Long id, boolean noHistory)
getHandleForUndoBLOBChangeOnServerSide
in interface FileVaultI
public ManagedFileI getHandleForPullDuringSync(BLOBLoaderI blobLoader, long len, java.lang.String blobHash, java.lang.Long boid, java.lang.Long backuppingBPId, boolean noHistory) throws java.io.IOException
getHandleForPullDuringSync
in interface ServerFileVaultI
java.io.IOException
public ManagedFileI getHandleForPushDuringSync(java.lang.Long id, boolean deletion, java.lang.Long backuppingBPId, java.lang.String blobHash)
getHandleForPushDuringSync
in interface ServerFileVaultI
public VFile storeRemoteBLOB(BLOBInputI in, java.lang.String newBLOBIdString, VFile rvfile, int current, int totalBLOBs) throws java.io.FileNotFoundException
storeRemoteBLOB
in interface ServerFileVaultI
java.io.FileNotFoundException
public java.util.Iterator<VFile> getExistingBLOBsVFileIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal) throws java.io.IOException
getExistingBLOBsVFileIterator
in interface ServerFileVaultI
java.io.IOException
public java.util.Iterator<java.lang.Long> getExistingBLOBsIdIterator(java.util.Set<java.lang.Long> pendingBLOBChangeBOIdsLocal) throws java.io.IOException
getExistingBLOBsIdIterator
in interface ServerFileVaultI
java.io.IOException
public java.util.Iterator<java.lang.Long> getExistingBLOBsIdIterator() throws java.io.IOException
getExistingBLOBsIdIterator
in interface IntegrityCheckingServerFileVaultI
java.io.IOException
public InitialBLOBTransferMetaDataContainer getBLOBBOIdsForIntitialBLOBCopy(java.util.Map idsAndVFilesOnSyncNode, java.util.List pendingBLOBChangeBOIdsOnSyncNode, java.util.List pendingBLOBChangeBOIdsOnAuthNode) throws java.io.IOException
getBLOBBOIdsForIntitialBLOBCopy
in interface ServerFileVaultI
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.