Uses of Interface
org.duracloud.mill.bitlog.BitLogItem
Packages that use BitLogItem
-
Uses of BitLogItem in org.duracloud.mill.bitlog
Methods in org.duracloud.mill.bitlog that return BitLogItemModifier and TypeMethodDescriptionBitLogStore.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 BitLogItemModifier and TypeMethodDescriptionBitLogStore.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 BitLogItemMethods in org.duracloud.mill.bitlog.jpa that return BitLogItemModifier and TypeMethodDescriptionJpaBitLogStore.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 BitLogItemModifier and TypeMethodDescriptionJpaBitLogItemRepo.findErrorsAndFailures(String account, String storeId, String spaceId) JpaBitLogStore.getBitLogItems(String account, String storeId, String spaceId)