Uses of Enum
org.apache.activemq.store.kahadb.disk.journal.Journal.PreallocationStrategy
Packages that use Journal.PreallocationStrategy
Package
Description
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.PreallocationStrategyModifier and TypeFieldDescriptionprotected Journal.PreallocationStrategyJournal.preallocationStrategyMethods in org.apache.activemq.store.kahadb.disk.journal that return Journal.PreallocationStrategyModifier and TypeMethodDescriptionJournal.getPreallocationStrategy()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.PreallocationStrategyModifier and TypeMethodDescriptionvoidJournal.setPreallocationStrategy(Journal.PreallocationStrategy preallocationStrategy)