| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.batch.internal.engine.buffer |
| Class and Description |
|---|
| AbstractRecordBuffer
Base implementation of
RecordBuffer which implements basic functionality such as the NamedObject interface,
carrying the MuleContext and other functionality |
| AbstractStreamingAggregatorQueueBuffer
Base class for implementations of
TransactionalQueueBuffer that rely on a BatchStep |
| AggregatorRecordBuffer
An implementation of
RecordBuffer to be used by DefaultBatchStepAggregator instances. |
| InMemoryRecordBuffer
Implementation of
RecordBuffer which stores the records in memory until such time in which they're to be flushed. |
| RecordBuffer
Buffer for holding records so that potentially slow operations can be performed in a bulk.
|
| TransactionalQueueBuffer
Implementation of
RecordBuffer that writes to a Queue when flushed. |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.