| Package | Description |
|---|---|
| journal.io.api |
| Class and Description |
|---|
| ClosedJournalException |
| CompactedDataFileException |
| Journal
Journal implementation based on append-only rotating logs and checksummed
records, with concurrent writes and reads, dynamic batching and logs
compaction.
|
| Journal.ReadType |
| Journal.WriteType |
| JournalBuilder
A builder style API to create ready to use
Journal. |
| Location
Represent a location inside the journal.
|
| OpenJournalException |
| 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.
|
Copyright © 2014. All Rights Reserved.