See: Description
| Interface | Description | 
|---|---|
| EntryTaskScheduler<K,V> | 
 Schedules (or reschedules) the execution of given entry. 
 | 
| ScheduledEntryProcessor<K,V> | 
| Class | Description | 
|---|---|
| CoalescingDelayedTrigger | 
 Coalescing trigger can be used when you want coalesce multiple execution of  
Runnable. | 
| EntryTaskSchedulerFactory | 
 Factory for EntryTaskSchedulers. 
 | 
| ScheduledEntry<K,V> | 
 Entry wrapper with schedule time information to be used in  
SecondsBasedEntryTaskScheduler. | 
| SecondsBasedEntryTaskScheduler<K,V> | 
 Schedule execution of an entry for seconds later. 
 | 
| Enum | Description | 
|---|---|
| ScheduleType | 
 Controls behaviour of  
SecondsBasedEntryTaskScheduler when a new entry is added
 under already existing key. | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.