public final class LockEvictionProcessor extends Object implements ScheduledEntryProcessor<Data,Integer>
Constructor and Description |
---|
LockEvictionProcessor(NodeEngine nodeEngine,
ObjectNamespace namespace) |
Modifier and Type | Method and Description |
---|---|
void |
process(EntryTaskScheduler<Data,Integer> scheduler,
Collection<ScheduledEntry<Data,Integer>> entries)
Processes all entries.
|
public LockEvictionProcessor(NodeEngine nodeEngine, ObjectNamespace namespace)
public void process(EntryTaskScheduler<Data,Integer> scheduler, Collection<ScheduledEntry<Data,Integer>> entries)
ScheduledEntryProcessor
process
in interface ScheduledEntryProcessor<Data,Integer>
scheduler
- the EntryTskSchedulerentries
- the entries (key and value) to processCopyright © 2018 Hazelcast, Inc.. All rights reserved.