Uses of Enum Class
org.duracloud.mill.bitlog.BitIntegrityResult
Packages that use BitIntegrityResult
-
Uses of BitIntegrityResult in org.duracloud.mill.bitlog
Methods in org.duracloud.mill.bitlog that return BitIntegrityResultModifier and TypeMethodDescriptionBitLogItem.getResult()static BitIntegrityResultReturns the enum constant of this class with the specified name.static BitIntegrityResult[]BitIntegrityResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.duracloud.mill.bitlog with parameters of type BitIntegrityResultModifier 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. -
Uses of BitIntegrityResult in org.duracloud.mill.bitlog.jpa
Methods in org.duracloud.mill.bitlog.jpa that return BitIntegrityResultMethods in org.duracloud.mill.bitlog.jpa with parameters of type BitIntegrityResultModifier and TypeMethodDescriptionvoidJpaBitLogItem.setResult(BitIntegrityResult result) JpaBitLogStore.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)