Package | Description |
---|---|
org.spf4j.concurrent.jdbc |
Modifier and Type | Field and Description |
---|---|
static SemaphoreTablesDesc |
SemaphoreTablesDesc.DEFAULT |
Modifier and Type | Method and Description |
---|---|
SemaphoreTablesDesc |
SemaphoreTablesDesc.withDbType(DbType dbType) |
Constructor and Description |
---|
JdbcLock(DataSource dataSource,
SemaphoreTablesDesc semTableDesc,
String lockName,
int jdbcTimeoutSeconds) |
JdbcSemaphore(DataSource dataSource,
SemaphoreTablesDesc semTableDesc,
String semaphoreName,
int nrPermits,
int jdbcTimeoutSeconds,
boolean strictReservations) |
JdbcSemaphore(DataSource dataSource,
SemaphoreTablesDesc semTableDesc,
String semaphoreName,
int nrPermits,
int jdbcTimeoutSeconds,
boolean strictReservations,
int acquirePollMillis) |
Copyright © 2018 SPF4J. All rights reserved.