| Package | Description |
|---|---|
| journal.io.api |
| Modifier and Type | Method and Description |
|---|---|
Journal |
JournalBuilder.open() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryErrorHandler.onError(Journal journal,
List<Location> locations)
Invoked by the journal during its recovery process in case of a checksum
error for the given locations.
|
void |
RecoveryErrorHandler.AbortOnError.onError(Journal journal,
List<Location> locations) |
void |
RecoveryErrorHandler.DeleteOnError.onError(Journal journal,
List<Location> locations) |
void |
RecoveryErrorHandler.IgnoreOnError.onError(Journal journal,
List<Location> locations) |
Copyright © 2014. All Rights Reserved.