| 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 | Class and Description | 
|---|---|
class  | 
LockEvictionProcessor  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueueEvictionProcessor
Eviction Processor for the Queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReplicatedMapEvictionProcessor
Actual eviction processor implementation to remove values to evict values from the replicated map 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> EntryTaskScheduler<K,V> | 
EntryTaskSchedulerFactory.newScheduler(ScheduledExecutorService scheduledExecutorService,
            ScheduledEntryProcessor<K,V> entryProcessor,
            ScheduleType scheduleType)
Creates a new EntryTaskScheduler that will run all second operations in bulk. 
 | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.