Package io.jans.fido2.service.metric
Class Fido2MetricsAggregationScheduler.MonthlyAggregationJob
java.lang.Object
io.jans.fido2.service.metric.Fido2MetricsAggregationScheduler.MonthlyAggregationJob
- All Implemented Interfaces:
org.quartz.Job
- Enclosing class:
- Fido2MetricsAggregationScheduler
public static class Fido2MetricsAggregationScheduler.MonthlyAggregationJob
extends Object
implements org.quartz.Job
Job for monthly aggregation
Uses distributed locking to ensure only one node performs aggregation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonthlyAggregationJob
public MonthlyAggregationJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-