| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.batch |
Contains a batch to periodically flushes to the database.
|
| com.feedzai.commons.sql.abstraction.batch.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBatch
A Batch that periodically flushes pending insertions to the database.
|
class |
DefaultBatch
Deprecated.
Use
DefaultBatch instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultithreadedBatch
A Batch that periodically flushes pending insertions to the database using multiple threads/connections.
|
Copyright © 2023 Feedzai. All rights reserved.