Package | Description |
---|---|
com.hazelcast.concurrent.lock | |
com.hazelcast.util.scheduler |
This package contains scheduler classes for Util
|
Modifier and Type | Method and Description |
---|---|
void |
LockEvictionProcessor.process(EntryTaskScheduler<Data,Integer> scheduler,
Collection<ScheduledEntry<Data,Integer>> entries) |
Modifier and Type | Method and Description |
---|---|
ScheduledEntry<K,V> |
EntryTaskScheduler.cancel(K key)
Cancel all scheduled executions with the given key.
|
ScheduledEntry<K,V> |
EntryTaskScheduler.get(K key)
Return the entry for the scheduled key or null if there is none
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledEntryProcessor.process(EntryTaskScheduler<K,V> scheduler,
Collection<ScheduledEntry<K,V>> entries)
Processes all entries.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.