Package org.opendaylight.raft.journal
@Export
package org.opendaylight.raft.journal
Storage primitives for a RAFT journal.
-
ClassDescriptionA reader of
RaftJournal
entries.Exception thrown when an entry being stored is too large.A writer ofRaftJournal
entries.Interface for transforming bytes into their internal representation.A journal of byte arrays.Stores information about aSegment
of the log.Segment descriptor builder.ARaftJournal
Implementation.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.