See: Description
| Interface | Description |
|---|---|
| ScheduledRefreshJobStorePropertiesFactory |
This interface is for a class to generate a custom properties config for a
Quartz Job Store initialization.
|
| ScheduledRefreshKeyGenerator<K extends Serializable> |
Interface for generating keys from a cache.
|
| Class | Description |
|---|---|
| OverseerJob |
This is the seed job for a scheduled execution of a scheduled refresh job.
|
| RefreshBatchJob |
This class is used to actually process a batch of keys for refreshing.
|
| ScheduledRefreshCacheExtension |
This class provides a cache extension which allows for the scheduled refresh
of all keys currently in the cache, using whichever CacheLoader's are
defined.
|
| ScheduledRefreshCacheExtensionFactory |
Factory class for generating instances of
ScheduledRefreshCacheExtension. |
| ScheduledRefreshConfiguration |
Configuration for a
ScheduledRefreshCacheExtension. |
| ScheduledRefreshJdbcTxJobStoreFactory |
An example factory for creating Jdbc TX quartz job stores.
|
| ScheduledRefreshRAMJobStoreFactory |
A factory for creating RAM job stores.
|
| ScheduledRefreshTerracottaJobStoreFactory |
An example factory for creating Terracotta quartz job stores.
|
| SimpleScheduledRefreshKeyGenerator<K extends Serializable> |
This is a simple, naive implementation of the
ScheduledRefreshKeyGenerator interface. |
| Enum | Description |
|---|---|
| ScheduledRefreshConfiguration.PropKey |
Property keys for configuration.
|
This package contains a scheduled refresh cache extension, reliant on the Quartz Job scheduler for its scheduling.
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.