- All Implemented Interfaces:
- Runnable, org.lsst.ccs.framework.HasLifecycle
- Direct Known Subclasses:
- StatDataAccumulator, StatusDataPersister, StatusPersister
public abstract class FastBatchPersister<T>
extends BatchPersister<T>
This batch persister is designed to ingest data as fast as possible.
It provides build configuration parameters to control the number of threads
allocated for the ingestion and the size of the ingestion queue.
Alerts are raised when the ingestion queue is filling up.
- Author:
- LSST CCS Team