Package | Description |
---|---|
com.hazelcast.concurrent.lock | |
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) |
Constructor and Description |
---|
LockStoreImpl(LockService lockService,
ObjectNamespace name,
EntryTaskScheduler<Data,Integer> entryTaskScheduler,
int backupCount,
int asyncBackupCount) |
Modifier and Type | Method and Description |
---|---|
static <K,V> EntryTaskScheduler<K,V> |
EntryTaskSchedulerFactory.newScheduler(TaskScheduler taskScheduler,
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 © 2018 Hazelcast, Inc.. All rights reserved.