| Package | Description |
|---|---|
| org.duracloud.mill.bitlog | |
| org.duracloud.mill.bitlog.jpa |
| 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 |
|---|---|
Iterator<BitLogItem> |
BitLogStore.getBitLogItems(String account,
String storeId,
String spaceId)
Returns a iterator of BitLogItems in chronological order.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JpaBitLogItem |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<BitLogItem> |
JpaBitLogItemRepo.findErrorsAndFailures(String account,
String storeId,
String spaceId) |
Iterator<BitLogItem> |
JpaBitLogStore.getBitLogItems(String account,
String storeId,
String spaceId) |
Copyright © 2013–2017 DuraSpace. All rights reserved.