Uses of Class
io.github.bucket4j.distributed.jdbc.BucketTableSettings
-
Packages that use BucketTableSettings Package Description io.github.bucket4j.distributed.jdbc -
-
Uses of BucketTableSettings in io.github.bucket4j.distributed.jdbc
Methods in io.github.bucket4j.distributed.jdbc that return BucketTableSettings Modifier and Type Method Description static BucketTableSettingsBucketTableSettings. customSettings(String tableName, String idName, String stateName)The method will define a custom configuration of the table for the work with the PostgreSQL extensionstatic BucketTableSettingsBucketTableSettings. getDefault()The method will define the default configuration of the table for the work with the PostgreSQL extensionMethods in io.github.bucket4j.distributed.jdbc with parameters of type BucketTableSettings Modifier and Type Method Description SQLProxyConfigurationBuilderSQLProxyConfigurationBuilder. withTableSettings(BucketTableSettings tableSettings)Constructors in io.github.bucket4j.distributed.jdbc with parameters of type BucketTableSettings Constructor Description SQLProxyConfiguration(DataSource dataSource, ClientSideConfig clientSideConfig, BucketTableSettings tableSettings)
-