| Package | Description | 
|---|---|
| com.hazelcast.concurrent.lock | |
| com.hazelcast.queue.impl | 
 This package contains the IQueue functionality. 
The IQueue is the distributed version of the BlockingQueue. | 
| com.hazelcast.replicatedmap.impl | 
 This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally - No public API! 
 | 
| 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 | 
|---|---|
void | 
QueueEvictionProcessor.process(EntryTaskScheduler<String,Void> scheduler,
       Collection<ScheduledEntry<String,Void>> entries)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReplicatedMapEvictionProcessor.process(EntryTaskScheduler<Object,Object> scheduler,
       Collection<ScheduledEntry<Object,Object>> entries)  | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduledEntry<K,V> | 
EntryTaskScheduler.cancel(K key)  | 
ScheduledEntry<K,V> | 
EntryTaskScheduler.get(K key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScheduledEntryProcessor.process(EntryTaskScheduler<K,V> scheduler,
       Collection<ScheduledEntry<K,V>> entries)
Processes all entries. 
 | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.