Uses of Enum Class
org.opendaylight.raft.journal.StorageLevel
Packages that use StorageLevel
-
Uses of StorageLevel in org.opendaylight.raft.journal
Methods in org.opendaylight.raft.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 org.opendaylight.raft.journal with parameters of type StorageLevelModifier and TypeMethodDescriptionSegmentedRaftJournal.Builder.withStorageLevel(StorageLevel storageLevel) Sets the storage level.