-
-
Constructor Summary
Constructors
-
Method Summary
boolean
Specifies the type of primary key.
Methods inherited from class io.github.bucket4j.distributed.jdbc.AbstractJdbcProxyManagerBuilder
addCustomColumn, expiresAtColumn, getCustomColumns, getDataSource, getExpiresAtColumnName, getIdColumnName, getPrimaryKeyMapper, getStateColumnName, getTableName, idColumn, stateColumn, table
Methods inherited from class io.github.bucket4j.distributed.proxy.AbstractProxyManagerBuilder
backwardCompatibleWith, clientClock, defaultListener, defaultRecoveryStrategy, executionStrategy, expirationAfterWrite, getBackwardCompatibilityVersion, getClientSideClock, getClientSideConfig, getExecutionStrategy, getExpirationAfterWrite, getRequestTimeoutNanos, requestTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MariaDBSelectForUpdateBasedProxyManagerBuilder
-
Method Details
-
-
primaryKeyMapper
Specifies the type of primary key.
- Parameters:
primaryKeyMapper - object responsible for setting primary key value in prepared statement.
- Returns:
- this builder instance
-