Class HotBackupScheduler

java.lang.Object
com.loomcache.server.persistence.HotBackupScheduler
All Implemented Interfaces:
AutoCloseable

public final class HotBackupScheduler extends Object implements AutoCloseable
Periodically triggers operator Hot Backup snapshots at a fixed delay. The scheduler never overlaps runs; manual callers can also route through triggerNow() to share the same concurrency guard and statistics.