Package | Description |
---|---|
com.hazelcast.collection.impl.queue | |
com.hazelcast.concurrent.lock | |
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.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) |
Constructor and Description |
---|
LockStoreImpl(LockService lockService,
ObjectNamespace name,
EntryTaskScheduler entryTaskScheduler,
int backupCount,
int asyncBackupCount) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicatedMapEvictionProcessor.process(EntryTaskScheduler<Object,Object> scheduler,
Collection<ScheduledEntry<Object,Object>> entries) |
Modifier and Type | Field and Description |
---|---|
protected EntryTaskScheduler<Object,Object> |
AbstractBaseReplicatedRecordStore.ttlEvictionScheduler |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledEntryProcessor.process(EntryTaskScheduler<K,V> scheduler,
Collection<ScheduledEntry<K,V>> entries)
Processes all entries.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.