Uses of Class
com.feedzai.commons.sql.abstraction.batch.BatchEntry
-
Packages that use BatchEntry Package Description com.feedzai.commons.sql.abstraction com.feedzai.commons.sql.abstraction.batch Contains a batch to periodically flushes to the database.com.feedzai.commons.sql.abstraction.listeners The listeners interfaces for the pdb. -
-
Uses of BatchEntry in com.feedzai.commons.sql.abstraction
Methods in com.feedzai.commons.sql.abstraction with parameters of type BatchEntry Modifier and Type Method Description voidFailureListener. onFailure(BatchEntry[] rowsFailed)Deprecated.Callback indicating that one or more rows have failed to be persisted. -
Uses of BatchEntry in com.feedzai.commons.sql.abstraction.batch
Fields in com.feedzai.commons.sql.abstraction.batch with type parameters of type BatchEntry Modifier and Type Field Description protected LinkedList<BatchEntry>AbstractBatch. bufferEntityEntry buffer.Methods in com.feedzai.commons.sql.abstraction.batch with parameters of type BatchEntry Modifier and Type Method Description voidAbstractBatch. add(BatchEntry batchEntry)Adds the fields to the batch.voidAbstractBatch. onFlushFailure(BatchEntry[] entries)Notifies about the pending entries on flush failure.voidAbstractBatch. onFlushSuccess(BatchEntry[] entries)Notifies about succeeded entries on flush success. -
Uses of BatchEntry in com.feedzai.commons.sql.abstraction.listeners
Methods in com.feedzai.commons.sql.abstraction.listeners with parameters of type BatchEntry Modifier and Type Method Description voidBatchListener. onFailure(BatchEntry[] rowsFailed)Callback indicating that one or more rows have failed to be persisted.voidBatchListener. onSuccess(BatchEntry[] rowsSucceeded)Callback indicating that one or more rows have succeeded to be persisted.
-