| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.concurrent.lock | |
| com.hazelcast.partition.impl | Contains the actual implementation of the  InternalPartitionService. | 
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally. | 
| com.hazelcast.replicatedmap.impl.operation | This package contains replicated map operations which are executed on remote nodes | 
| com.hazelcast.replicatedmap.impl.record | This package contains the implementation of the backing data storage for the replicated map implementation | 
| com.hazelcast.util.scheduler | This package contains scheduler classes for Util | 
| 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 | LockEvictionProcessor. process(EntryTaskScheduler<Data,Integer> scheduler,
       Collection<ScheduledEntry<Data,Integer>> entries) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ScheduledEntry<Integer,ReplicaSyncInfo>> | InternalPartitionServiceImpl. getScheduledReplicaSyncRequests() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReplicatedMapEvictionProcessor. process(EntryTaskScheduler<Object,Object> scheduler,
       Collection<ScheduledEntry<Object,Object>> entries) | 
| Constructor and Description | 
|---|
| EvictionOperation(ReplicatedRecordStore store,
                 Collection<ScheduledEntry<Object,Object>> entries) | 
| Modifier and Type | Method and Description | 
|---|---|
| ScheduledEntry | AbstractBaseReplicatedRecordStore. cancelTtlEntry(Object key) | 
| ScheduledEntry<Object,Object> | ReplicatedRecordStore. cancelTtlEntry(Object key) | 
| 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 © 2015 Hazelcast, Inc.. All Rights Reserved.