public class DynamoDBDriver extends java.lang.Object implements io.flamingock.core.engine.local.driver.ConnectionDriver<DynamoDBConfiguration>
| Constructor and Description |
|---|
DynamoDBDriver(software.amazon.awssdk.services.dynamodb.DynamoDbClient client) |
| Modifier and Type | Method and Description |
|---|---|
io.flamingock.core.engine.local.LocalConnectionEngine |
initializeAndGetEngine(io.flamingock.commons.utils.RunnerId runnerId,
io.flamingock.core.configurator.core.CoreConfigurable coreConfiguration,
io.flamingock.core.configurator.local.LocalConfigurable communityConfiguration) |
DynamoDBDriver |
setDriverConfiguration(DynamoDBConfiguration driverConfiguration) |
static DynamoDBDriver |
withDefaultLock(software.amazon.awssdk.services.dynamodb.DynamoDbClient client)
Deprecated.
|
static DynamoDBDriver |
withLockStrategy(software.amazon.awssdk.services.dynamodb.DynamoDbClient client,
long lockAcquiredForMillis,
long lockQuitTryingAfterMillis,
long lockTryFrequencyMillis)
Deprecated.
|
public DynamoDBDriver(software.amazon.awssdk.services.dynamodb.DynamoDbClient client)
@Deprecated public static DynamoDBDriver withLockStrategy(software.amazon.awssdk.services.dynamodb.DynamoDbClient client, @Deprecated long lockAcquiredForMillis, @Deprecated long lockQuitTryingAfterMillis, @Deprecated long lockTryFrequencyMillis)
@Deprecated public static DynamoDBDriver withDefaultLock(software.amazon.awssdk.services.dynamodb.DynamoDbClient client)
public DynamoDBDriver setDriverConfiguration(DynamoDBConfiguration driverConfiguration)
setDriverConfiguration in interface io.flamingock.core.engine.local.driver.ConnectionDriver<DynamoDBConfiguration>public io.flamingock.core.engine.local.LocalConnectionEngine initializeAndGetEngine(io.flamingock.commons.utils.RunnerId runnerId,
io.flamingock.core.configurator.core.CoreConfigurable coreConfiguration,
io.flamingock.core.configurator.local.LocalConfigurable communityConfiguration)
initializeAndGetEngine in interface io.flamingock.core.engine.local.driver.LocalConnectionEngineFactory