public interface BitLogStore
| Modifier and Type | Method and Description |
|---|---|
org.duracloud.mill.db.model.BitIntegrityReport |
addReport(String account,
String storeId,
String spaceId,
String reportSpaceId,
String reportContentId,
org.duracloud.reportdata.bitintegrity.BitIntegrityReportResult result,
Date completionDate) |
void |
delete(String account,
String storeId,
String spaceId) |
Iterator<BitLogItem> |
getBitLogItems(String account,
String storeId,
String spaceId)
Returns a iterator of BitLogItems in chronological order.
|
BitLogItem |
write(String accountId,
String storeId,
String spaceId,
String contentId,
Date timestamp,
org.duracloud.storage.domain.StorageProviderType storeType,
BitIntegrityResult result,
String contentCheckSum,
String storageProviderChecksum,
String manifestChecksum,
String details)
Creates a new BitLogItem and writes it to the store.
|
BitLogItem write(String accountId, String storeId, String spaceId, String contentId, Date timestamp, org.duracloud.storage.domain.StorageProviderType storeType, BitIntegrityResult result, String contentCheckSum, String storageProviderChecksum, String manifestChecksum, String details) throws ItemWriteFailedException
accountId - storeId - spaceId - contentId - timestamp - storeType - result - contentCheckSum - storageProviderChecksum - manifestChecksum - details - ItemWriteFailedExceptionIterator<BitLogItem> getBitLogItems(String account, String storeId, String spaceId)
account - storeId - spaceId - void delete(String account, String storeId, String spaceId)
account - storeId - spaceId - org.duracloud.mill.db.model.BitIntegrityReport addReport(String account, String storeId, String spaceId, String reportSpaceId, String reportContentId, org.duracloud.reportdata.bitintegrity.BitIntegrityReportResult result, Date completionDate)
account - storeId - spaceId - reportSpaceId - reportContentId - result - completionDate - Copyright © 2013–2020 LYRASIS. All rights reserved.