Uses of Interface
org.duracloud.mill.bitlog.BitLogItem
-
Packages that use BitLogItem Package Description org.duracloud.mill.bitlog org.duracloud.mill.bitlog.jpa -
-
Uses of BitLogItem in org.duracloud.mill.bitlog
Methods in org.duracloud.mill.bitlog that return BitLogItem Modifier and Type Method Description BitLogItemBitLogStore. 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.Methods in org.duracloud.mill.bitlog that return types with arguments of type BitLogItem Modifier and Type Method Description Iterator<BitLogItem>BitLogStore. getBitLogItems(String account, String storeId, String spaceId)Returns a iterator of BitLogItems in chronological order. -
Uses of BitLogItem in org.duracloud.mill.bitlog.jpa
Classes in org.duracloud.mill.bitlog.jpa that implement BitLogItem Modifier and Type Class Description classJpaBitLogItemMethods in org.duracloud.mill.bitlog.jpa that return BitLogItem Modifier and Type Method Description BitLogItemJpaBitLogStore. 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)Methods in org.duracloud.mill.bitlog.jpa that return types with arguments of type BitLogItem Modifier and Type Method Description List<BitLogItem>JpaBitLogItemRepo. findErrorsAndFailures(String account, String storeId, String spaceId)Iterator<BitLogItem>JpaBitLogStore. getBitLogItems(String account, String storeId, String spaceId)
-