Class FileStorageConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.storage.FileStorageConfiguration
- All Implemented Interfaces:
Serializable
,StoreConfiguration
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.activemq.artemis.core.config.StoreConfiguration
StoreConfiguration.StoreType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBindingsTableName
(String bindingsTableName) void
setJdbcConnectionUrl
(String jdbcConnectionUrl) void
setMessageTableName
(String messageTableName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.activemq.artemis.core.config.StoreConfiguration
getAllowedPageSize
-
Constructor Details
-
FileStorageConfiguration
public FileStorageConfiguration()
-
-
Method Details
-
getStoreType
- Specified by:
getStoreType
in interfaceStoreConfiguration
-
getMessageTableName
-
setMessageTableName
-
getBindingsTableName
-
setBindingsTableName
-
setJdbcConnectionUrl
-
getJdbcConnectionUrl
-