Uses of Enum
org.apache.activemq.store.kahadb.disk.journal.Journal.PreallocationScope
Packages that use Journal.PreallocationScope
Package
Description
journal based data storage - scalable and fast
-
Uses of Journal.PreallocationScope in org.apache.activemq.store.kahadb.disk.journal
Fields in org.apache.activemq.store.kahadb.disk.journal declared as Journal.PreallocationScopeMethods in org.apache.activemq.store.kahadb.disk.journal that return Journal.PreallocationScopeModifier and TypeMethodDescriptionJournal.getPreallocationScope()static Journal.PreallocationScopeReturns the enum constant of this type with the specified name.static Journal.PreallocationScope[]Journal.PreallocationScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.store.kahadb.disk.journal with parameters of type Journal.PreallocationScopeModifier and TypeMethodDescriptionvoidJournal.setPreallocationScope(Journal.PreallocationScope preallocationScope)