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 BatchAppend a json converted value of anAuditEventto batch storage.protected BatchAuditEventRecorder.prepare(boolean force) Prepare aBatchstorage 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 aBatchto its completion stateFileSystemStorageProvider.newBatch()StorageProvider.newBatch()Create a newBatchstorage 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 aBatchto 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