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) |
Copyright © 2014 Feedzai. All Rights Reserved.