Class SharedValueCacheCleaner
java.lang.Object
net.solarnetwork.central.scheduler.JobSupport
net.solarnetwork.central.common.job.SharedValueCacheCleaner
- All Implemented Interfaces:
Runnable,ManagedJob
Shared value cache cleaner job.
-
Field Summary
Fields inherited from class net.solarnetwork.central.scheduler.JobSupport
DEFAULT_CRON, DEFAULT_JITTER, DEFAULT_MAX_ITERATIONS, DEFAULT_MAX_WAIT, DEFAULT_PARALLELISM, log -
Constructor Summary
ConstructorsConstructorDescriptionSharedValueCacheCleaner(SharedValueCache<?, ?, ?> cache, String cacheName, String groupId) Constructor. -
Method Summary
Methods inherited from class net.solarnetwork.central.scheduler.JobSupport
executeJobTask, executeParallelJob, getGroupId, getId, getJitter, getMaximumIterations, getMaximumWaitMs, getParallelism, getParallelTaskExecutor, getSchedule, setGroupId, setId, setJitter, setMaximumIterations, setMaximumWaitMs, setParallelism, setParallelTaskExecutor, setSchedule
-
Constructor Details
-
Method Details
-
run
public void run()
-