Uses of Class
io.github.bucket4j.distributed.jdbc.SQLProxyConfigurationBuilder
Packages that use SQLProxyConfigurationBuilder
-
Uses of SQLProxyConfigurationBuilder in io.github.bucket4j.distributed.jdbc
Methods in io.github.bucket4j.distributed.jdbc that return SQLProxyConfigurationBuilderModifier and TypeMethodDescriptionstatic SQLProxyConfigurationBuilder<Long>SQLProxyConfiguration.builder()Deprecated.static SQLProxyConfigurationBuilder<Long>SQLProxyConfigurationBuilder.builder()Deprecated.SQLProxyConfigurationBuilder.withClientSideConfig(ClientSideConfig clientSideConfig) Deprecated.<T> SQLProxyConfigurationBuilder<T>SQLProxyConfigurationBuilder.withPrimaryKeyMapper(PrimaryKeyMapper<T> primaryKeyMapper) Deprecated.SQLProxyConfigurationBuilder.withTableSettings(BucketTableSettings tableSettings) Deprecated.
SQLProxyConfiguration.builder()