| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.batch |
Contains a batch to periodically flushes to the database.
|
| com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatch
The default batch implementation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractBatch |
DatabaseEngine.createBatch(int batchSize,
long batchTimeout)
Creates a new batch that periodically flushes a batch.
|
AbstractBatch |
AbstractDatabaseEngine.createBatch(int batchSize,
long batchTimeout)
Creates a new batch that periodically flushes a batch.
|
AbstractBatch |
DatabaseEngine.createBatch(int batchSize,
long batchTimeout,
String batchName)
Creates a new batch that periodically flushes a batch.
|
AbstractBatch |
AbstractDatabaseEngine.createBatch(int batchSize,
long batchTimeout,
String batchName) |
default AbstractBatch |
DatabaseEngine.createBatch(int batchSize,
long batchTimeout,
String batchName,
BatchListener batchListener)
Creates a new batch that periodically flushes a batch.
|
AbstractBatch |
AbstractDatabaseEngine.createBatch(int batchSize,
long batchTimeout,
String batchName,
BatchListener batchListener) |
AbstractBatch |
DatabaseEngine.createBatch(int batchSize,
long batchTimeout,
String batchName,
FailureListener failureListener)
Deprecated.
|
AbstractBatch |
AbstractDatabaseEngine.createBatch(int batchSize,
long batchTimeout,
String batchName,
FailureListener failureListener) |
Copyright © 2021 Feedzai. All rights reserved.