|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduledEntryProcessor | |
---|---|
com.hazelcast.concurrent.lock | This package contains Lock for Hazelcast. The ILock is the distributed version of the 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 |
Uses of ScheduledEntryProcessor in com.hazelcast.concurrent.lock |
---|
Classes in com.hazelcast.concurrent.lock that implement ScheduledEntryProcessor | |
---|---|
class |
LockEvictionProcessor
|
Uses of ScheduledEntryProcessor in com.hazelcast.queue.impl |
---|
Classes in com.hazelcast.queue.impl that implement ScheduledEntryProcessor | |
---|---|
class |
QueueEvictionProcessor
Eviction Processor for the Queue. |
Uses of ScheduledEntryProcessor in com.hazelcast.replicatedmap.impl |
---|
Classes in com.hazelcast.replicatedmap.impl that implement ScheduledEntryProcessor | |
---|---|
class |
ReplicatedMapEvictionProcessor
Actual eviction processor implementation to remove values to evict values from the replicated map |
Uses of ScheduledEntryProcessor in com.hazelcast.util.scheduler |
---|
Methods in com.hazelcast.util.scheduler with parameters of type ScheduledEntryProcessor | ||
---|---|---|
static
|
EntryTaskSchedulerFactory.newScheduler(ScheduledExecutorService scheduledExecutorService,
ScheduledEntryProcessor<K,V> entryProcessor,
ScheduleType scheduleType)
Creates a new EntryTaskScheduler that will run all second operations in bulk. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |