Uses of Interface
com.broadleafcommerce.common.audit.batch.Batch
Packages that use Batch
Package
Description
-
Uses of Batch in com.broadleafcommerce.common.audit
Methods in com.broadleafcommerce.common.audit that return BatchModifier and TypeMethodDescriptionprotected Batch
Append a json converted value of anAuditEvent
to batch storage.protected Batch
AuditEventRecorder.prepare
(boolean force) Prepare aBatch
storage representation for flushing to completion storage.Methods in com.broadleafcommerce.common.audit with parameters of type Batch -
Uses of Batch in com.broadleafcommerce.common.audit.batch
Classes in com.broadleafcommerce.common.audit.batch that implement BatchMethods in com.broadleafcommerce.common.audit.batch that return BatchModifier and TypeMethodDescriptionFileSystemStorageProvider.completeBatch
(Batch batch) StorageProvider.completeBatch
(Batch batch) Complete aBatch
to its completion stateFileSystemStorageProvider.newBatch()
StorageProvider.newBatch()
Create a newBatch
storage representationFileSystemStorageProvider.nextIngestionBatch()
StorageProvider.nextIngestionBatch()
Grab the next available completed batch from storage for ingestion.Methods in com.broadleafcommerce.common.audit.batch with parameters of type BatchModifier and TypeMethodDescriptionFileSystemStorageProvider.completeBatch
(Batch batch) StorageProvider.completeBatch
(Batch batch) Complete aBatch
to its completion stateMethod parameters in com.broadleafcommerce.common.audit.batch with type arguments of type Batch -
Uses of Batch in com.broadleafcommerce.common.audit.domain
Methods in com.broadleafcommerce.common.audit.domain that return BatchConstructors in com.broadleafcommerce.common.audit.domain with parameters of type Batch