Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.batch |
Contains a batch to periodically flushes to the database.
|
Modifier and Type | Field and Description |
---|---|
protected 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 © 2014 Feedzai. All Rights Reserved.