| 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 |
AbstractBatchConfig<PB extends PdbBatch,SELF extends AbstractBatchConfig<PB,SELF>>
Abstract configuration for
PdbBatch implementations, containing common properties. |
static class |
AbstractBatchConfig.Builder<PB extends PdbBatch,BC extends AbstractBatchConfig<PB,?>,SELF extends AbstractBatchConfig.Builder<PB,BC,SELF>>
A builder for the
AbstractBatchConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchConfig
Configuration for
DefaultBatch. |
class |
MultithreadedBatchConfig
Configuration for
MultithreadedBatch. |
Copyright © 2023 Feedzai. All rights reserved.