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.util.scheduler |
This package contains scheduler classes for Util
|
Modifier and Type | Class and Description |
---|---|
class |
QueueEvictionProcessor
Eviction Processor for the Queue.
|
Modifier and Type | Class and Description |
---|---|
class |
LockEvictionProcessor |
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(TaskScheduler taskScheduler,
ScheduledEntryProcessor<K,V> entryProcessor,
ScheduleType scheduleType)
Creates a new EntryTaskScheduler that will run all second operations in bulk.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.