| Package | Description |
|---|---|
| org.duracloud.mill.bitlog | |
| org.duracloud.mill.bitlog.jpa |
| Modifier and Type | Method and Description |
|---|---|
BitIntegrityResult |
BitLogItem.getResult() |
static BitIntegrityResult |
BitIntegrityResult.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.
|
| Modifier and Type | Method and Description |
|---|---|
BitLogItem |
BitLogStore.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.
|
| Modifier and Type | Method and Description |
|---|---|
BitIntegrityResult |
JpaBitLogItem.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaBitLogItem.setResult(BitIntegrityResult result) |
BitLogItem |
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) |
Copyright © 2013–2016 DuraSpace. All rights reserved.