Uses of Class
org.apache.activemq.artemis.core.config.StoreConfiguration.StoreType
-
Packages that use StoreConfiguration.StoreType Package Description org.apache.activemq.artemis.core.config org.apache.activemq.artemis.core.config.storage -
-
Uses of StoreConfiguration.StoreType in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return StoreConfiguration.StoreType Modifier and Type Method Description StoreConfiguration.StoreTypeStoreConfiguration. getStoreType()static StoreConfiguration.StoreTypeStoreConfiguration.StoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreConfiguration.StoreType[]StoreConfiguration.StoreType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StoreConfiguration.StoreType in org.apache.activemq.artemis.core.config.storage
Methods in org.apache.activemq.artemis.core.config.storage that return StoreConfiguration.StoreType Modifier and Type Method Description StoreConfiguration.StoreTypeDatabaseStorageConfiguration. getStoreType()StoreConfiguration.StoreTypeFileStorageConfiguration. getStoreType()
-