Class EntryJournal.JournalEntry

java.lang.Object
org.opendaylight.controller.cluster.raft.spi.EntryJournal.JournalEntry
All Implemented Interfaces:
EntryMeta, Immutable
Enclosing interface:
EntryJournal

public abstract static class EntryJournal.JournalEntry extends Object implements EntryMeta, Immutable
A handle to a LogEntry stored in the journal. It exposes the entry's EntryMeta information and provides access to the serialized form of LogEntry.command() via openCommandStream().