java.lang.Object
io.github.bucket4j.mariadb.Bucket4jMariaDB
Entry point for MariaDB integration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionselectForUpdateBasedBuilder(DataSource dataSource) Returns the builder forMariaDBSelectForUpdateBasedProxyManager
-
Constructor Details
-
Bucket4jMariaDB
public Bucket4jMariaDB()
-
-
Method Details
-
selectForUpdateBasedBuilder
public static Bucket4jMariaDB.MariaDBSelectForUpdateBasedProxyManagerBuilder<Long> selectForUpdateBasedBuilder(DataSource dataSource) Returns the builder forMariaDBSelectForUpdateBasedProxyManager- Parameters:
dataSource-- Returns:
- new instance of
MariaDBSelectForUpdateBasedProxyManager
-