See: Description
| Interface | Description |
|---|---|
| BatchConfig<C extends PdbBatch> |
Interface specifying a configuration for a
PdbBatch. |
| PdbBatch |
Interface specifying a batch that periodically flushes pending insertions to the database.
|
| Class | Description |
|---|---|
| AbstractBatch |
A Batch that periodically flushes pending insertions to the database.
|
| AbstractBatchConfig<PB extends PdbBatch,SELF extends AbstractBatchConfig<PB,SELF>> |
Abstract configuration for
PdbBatch implementations, containing common properties. |
| AbstractBatchConfig.Builder<PB extends PdbBatch,BC extends AbstractBatchConfig<PB,?>,SELF extends AbstractBatchConfig.Builder<PB,BC,SELF>> |
A builder for the
AbstractBatchConfig. |
| AbstractPdbBatch |
A abstract
PdbBatch with useful default base methods for concrete implementations. |
| BatchEntry |
Represents a batch entry that contains the data of the entry and the table name.
|
| DefaultBatch | Deprecated
Use
DefaultBatch instead. |
Copyright © 2023 Feedzai. All rights reserved.