pub type BatchCallCounter = Arc<Mutex<usize>>;
Shared counter for batch checkpoint calls.
pub struct BatchCallCounter { /* private fields */ }