Uses of Class
org.duracloud.mill.bitlog.BitIntegrityResult
-
Packages that use BitIntegrityResult Package Description org.duracloud.mill.bitlog org.duracloud.mill.bitlog.jpa -
-
Uses of BitIntegrityResult in org.duracloud.mill.bitlog
Methods in org.duracloud.mill.bitlog that return BitIntegrityResult Modifier and Type Method Description BitIntegrityResultBitLogItem. getResult()static BitIntegrityResultBitIntegrityResult. valueOf(String name)Returns the enum constant of this type with the specified name.static BitIntegrityResult[]BitIntegrityResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.mill.bitlog with parameters of type BitIntegrityResult 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 BitIntegrityResult in org.duracloud.mill.bitlog.jpa
Methods in org.duracloud.mill.bitlog.jpa that return BitIntegrityResult Modifier and Type Method Description BitIntegrityResultJpaBitLogItem. getResult()Methods in org.duracloud.mill.bitlog.jpa with parameters of type BitIntegrityResult Modifier and Type Method Description voidJpaBitLogItem. setResult(BitIntegrityResult result)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)
-