Uses of Class
org.apache.activemq.store.kahadb.disk.journal.Journal.PreallocationStrategy
-
Packages that use Journal.PreallocationStrategy Package Description org.apache.activemq.store.kahadb.disk.journal journal based data storage - scalable and fast -
-
Uses of Journal.PreallocationStrategy in org.apache.activemq.store.kahadb.disk.journal
Fields in org.apache.activemq.store.kahadb.disk.journal declared as Journal.PreallocationStrategy Modifier and Type Field Description protected Journal.PreallocationStrategy
Journal. preallocationStrategy
Methods in org.apache.activemq.store.kahadb.disk.journal that return Journal.PreallocationStrategy Modifier and Type Method Description Journal.PreallocationStrategy
Journal. getPreallocationStrategy()
static Journal.PreallocationStrategy
Journal.PreallocationStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Journal.PreallocationStrategy[]
Journal.PreallocationStrategy. 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.PreallocationStrategy Modifier and Type Method Description void
Journal. setPreallocationStrategy(Journal.PreallocationStrategy preallocationStrategy)
-