Uses of Enum Class
io.atomix.storage.journal.StorageLevel
Packages that use StorageLevel
Package
Description
Provides a low-level journal abstraction for appending to logs and managing segmented logs.
-
Uses of StorageLevel in io.atomix.storage.journal
Methods in io.atomix.storage.journal that return StorageLevelModifier and TypeMethodDescriptionstatic StorageLevelReturns the enum constant of this class with the specified name.static StorageLevel[]StorageLevel.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 StorageLevelModifier and TypeMethodDescriptionSegmentedByteBufJournal.Builder.withStorageLevel(StorageLevel storageLevel) Sets the storage level.