| Interface | Description |
|---|---|
| RecoveryErrorHandler |
Interface to implement for dealing with checksum errors during journal
recovery.
|
| ReplicationTarget |
Replicator interface, invoked to replicate whole data batches.
|
| WriteCallback |
Callback interface, providing methods notified after write syncing either succeeds or fails.
|
| Class | Description |
|---|---|
| Journal |
Journal implementation based on append-only rotating logs and checksummed
records, with concurrent writes and reads, dynamic batching and logs
compaction.
|
| JournalBuilder |
A builder style API to create ready to use
Journal. |
| Location |
Represent a location inside the journal.
|
| RecoveryErrorHandler.AbortOnError | |
| RecoveryErrorHandler.DeleteOnError | |
| RecoveryErrorHandler.IgnoreOnError |
| Enum | Description |
|---|---|
| Journal.ReadType | |
| Journal.WriteType |
| Exception | Description |
|---|---|
| ClosedJournalException | |
| CompactedDataFileException | |
| OpenJournalException |
Copyright © 2014. All Rights Reserved.