public class ContentChecksumHelper extends Object
| Constructor and Description |
|---|
ContentChecksumHelper(org.duracloud.storage.domain.StorageProviderType storageProviderType,
BitIntegrityCheckTask bitTask,
org.duracloud.storage.provider.StorageProvider store,
org.duracloud.common.util.ChecksumUtil checksumUtil) |
public ContentChecksumHelper(org.duracloud.storage.domain.StorageProviderType storageProviderType,
BitIntegrityCheckTask bitTask,
org.duracloud.storage.provider.StorageProvider store,
org.duracloud.common.util.ChecksumUtil checksumUtil)
storageProviderType - bitTask - store - public String getContentChecksum(String correctChecksum) throws TaskExecutionFailedException
correctChecksum - The presumed correct checksum. If the calculated checksum of
the content does not match this checksum, a rety is triggered
to ensure that there was noTaskExecutionFailedExceptionCopyright © 2013–2015 DuraSpace. All rights reserved.