K
- key type of related entriesV
- value type of related entriespublic interface EntryTaskScheduler<K,V>
boolean schedule(long delayMillis, K key, V object)
delayMillis
- milliseconds to delay the execution.key
- key of this scheduling.object
- user object to pass back when it is time to execute.ScheduledEntry<K,V> cancel(K key)
ScheduledEntry<K,V> get(K key)
void cancelAll()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.