Uses of Class
org.duracloud.mill.bitlog.ItemWriteFailedException
-
Packages that use ItemWriteFailedException Package Description org.duracloud.mill.bitlog org.duracloud.mill.bitlog.jpa -
-
Uses of ItemWriteFailedException in org.duracloud.mill.bitlog
Methods in org.duracloud.mill.bitlog that throw ItemWriteFailedException 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. -
Uses of ItemWriteFailedException in org.duracloud.mill.bitlog.jpa
Methods in org.duracloud.mill.bitlog.jpa that throw ItemWriteFailedException 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)
-