Uses of Class
io.github.bucket4j.distributed.jdbc.BucketTableSettings
Packages that use BucketTableSettings
-
Uses of BucketTableSettings in io.github.bucket4j.distributed.jdbc
Methods in io.github.bucket4j.distributed.jdbc that return BucketTableSettingsModifier and TypeMethodDescriptionstatic 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 BucketTableSettingsModifier and TypeMethodDescriptionSQLProxyConfigurationBuilder.withTableSettings(BucketTableSettings tableSettings) Deprecated.