| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction | |
| com.feedzai.commons.sql.abstraction.batch |
Contains a batch to periodically flushes to the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailureListener.onFailure(BatchEntry[] rowsFailed)
Callback indicating that one or more rows have failed to be persisted.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<BatchEntry> |
AbstractBatch.buffer
EntityEntry buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBatch.add(BatchEntry batchEntry)
Adds the fields to the batch.
|
void |
AbstractBatch.onFlushFailure(BatchEntry[] entries)
Notifies about the pending entries on flush failure.
|
Copyright © 2018 Feedzai. All Rights Reserved.