Uses of Class
org.apache.activemq.store.kahadb.disk.journal.Journal.PreallocationScope
-
Packages that use Journal.PreallocationScope Package Description org.apache.activemq.store.kahadb.disk.journal 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.PreallocationScope Modifier and Type Field Description protected Journal.PreallocationScope
Journal. preallocationScope
Methods in org.apache.activemq.store.kahadb.disk.journal that return Journal.PreallocationScope Modifier and Type Method Description Journal.PreallocationScope
Journal. getPreallocationScope()
static Journal.PreallocationScope
Journal.PreallocationScope. valueOf(String name)
Returns 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.PreallocationScope Modifier and Type Method Description void
Journal. setPreallocationScope(Journal.PreallocationScope preallocationScope)
-