Module io.github.bucket4j.core
Class SQLProxyConfiguration<K>
- java.lang.Object
-
- io.github.bucket4j.distributed.jdbc.SQLProxyConfiguration<K>
-
@Deprecated public class SQLProxyConfiguration<K> extends Object
Deprecated.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SQLProxyConfigurationBuilder<Long>builder()Deprecated.ClientSideConfiggetClientSideConfig()Deprecated.DataSourcegetDataSource()Deprecated.StringgetIdName()Deprecated.PrimaryKeyMapper<K>getPrimaryKeyMapper()Deprecated.StringgetStateName()Deprecated.StringgetTableName()Deprecated.
-
-
-
Method Detail
-
builder
public static SQLProxyConfigurationBuilder<Long> builder()
Deprecated.- Returns:
- the new instance of
SQLProxyConfigurationBuilderconfigured withPrimaryKeyMapper.LONGprimary key mapper
-
getIdName
public String getIdName()
Deprecated.
-
getStateName
public String getStateName()
Deprecated.
-
getTableName
public String getTableName()
Deprecated.
-
getDataSource
public DataSource getDataSource()
Deprecated.
-
getClientSideConfig
public ClientSideConfig getClientSideConfig()
Deprecated.
-
getPrimaryKeyMapper
public PrimaryKeyMapper<K> getPrimaryKeyMapper()
Deprecated.
-
-