Uses of Enum Class
io.atomix.storage.journal.JournalReader.Mode
Packages that use JournalReader.Mode
Package
Description
Provides a low-level journal abstraction for appending to logs and managing segmented logs.
-
Uses of JournalReader.Mode in io.atomix.storage.journal
Methods in io.atomix.storage.journal that return JournalReader.ModeModifier and TypeMethodDescriptionstatic JournalReader.ModeReturns the enum constant of this class with the specified name.static JournalReader.Mode[]JournalReader.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atomix.storage.journal with parameters of type JournalReader.ModeModifier and TypeMethodDescriptionJournal.openReader(long index, JournalReader.Mode mode) Opens a new journal reader with specified mode.SegmentedJournal.openReader(long index, JournalReader.Mode mode) Opens a new journal reader with the given reader mode.