Uses of Interface
org.opendaylight.raft.journal.ToByteBufMapper
Packages that use ToByteBufMapper
-
Uses of ToByteBufMapper in org.opendaylight.raft.journal
Methods in org.opendaylight.raft.journal with parameters of type ToByteBufMapperModifier and TypeMethodDescription<T> int
EntryWriter.append
(ToByteBufMapper<T> mapper, T entry) Appends an entry to the journal.