Package org.opendaylight.raft.journal
@Export
package org.opendaylight.raft.journal
Storage primitives for a RAFT journal.
-
ClassDescriptionA reader of
RaftJournalentries.Exception thrown when an entry being stored is too large.A writer ofRaftJournalentries.Interface for transforming bytes into their internal representation.A journal of byte arrays.Stores information about aSegmentof the log.Segment descriptor builder.ARaftJournalImplementation.Segmented byte journal builder.Exception thrown when storage runs out of space.Storage level configuration values which control how logs are stored on disk or in memory.Interface for transforming internal represetation to bytes.