public class DatabaseCleanupTask extends LeaderTask
LeaderTask
which will clean up the database of old records if desired.Constructor and Description |
---|
DatabaseCleanupTask(@NotNull DatabaseCleanupProperties cleanupProperties,
@NotNull org.springframework.core.env.Environment environment,
@NotNull DataServices dataServices,
@NotNull io.micrometer.core.instrument.MeterRegistry registry)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Any cleanup that needs to be performed when this task is stopped due to leadership being revoked.
|
GenieTaskScheduleType |
getScheduleType()
Get the type of scheduling mechanism which should be used to schedule this task.
|
org.springframework.scheduling.Trigger |
getTrigger()
Get the Trigger which this task should be scheduled with.
|
void |
run()
Clean out database based on date.
|
getFixedDelay, getFixedRate
public DatabaseCleanupTask(@NotNull @NotNull DatabaseCleanupProperties cleanupProperties, @NotNull @NotNull org.springframework.core.env.Environment environment, @NotNull @NotNull DataServices dataServices, @NotNull @NotNull io.micrometer.core.instrument.MeterRegistry registry)
cleanupProperties
- The properties to use to configure this taskenvironment
- The application environment to pull properties fromdataServices
- The DataServices
encapsulation instance to useregistry
- The metrics registrypublic GenieTaskScheduleType getScheduleType()
getScheduleType
in class GenieTask
public org.springframework.scheduling.Trigger getTrigger()
getTrigger
in class GenieTask
public void run()
public void cleanup()
cleanup
in class LeaderTask