Uses of Interface
com.hazelcast.util.scheduler.EntryTaskScheduler

Packages that use EntryTaskScheduler
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 EntryTaskScheduler in com.hazelcast.concurrent.lock
 

Methods in com.hazelcast.concurrent.lock with parameters of type EntryTaskScheduler
 void LockEvictionProcessor.process(EntryTaskScheduler<Data,Integer> scheduler, Collection<ScheduledEntry<Data,Integer>> entries)
           
 

Uses of EntryTaskScheduler in com.hazelcast.queue.impl
 

Methods in com.hazelcast.queue.impl with parameters of type EntryTaskScheduler
 void QueueEvictionProcessor.process(EntryTaskScheduler<String,Void> scheduler, Collection<ScheduledEntry<String,Void>> entries)
           
 

Uses of EntryTaskScheduler in com.hazelcast.replicatedmap.impl
 

Methods in com.hazelcast.replicatedmap.impl with parameters of type EntryTaskScheduler
 void ReplicatedMapEvictionProcessor.process(EntryTaskScheduler<Object,Object> scheduler, Collection<ScheduledEntry<Object,Object>> entries)
           
 

Uses of EntryTaskScheduler in com.hazelcast.util.scheduler
 

Methods in com.hazelcast.util.scheduler that return EntryTaskScheduler
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.
 

Methods in com.hazelcast.util.scheduler with parameters of type EntryTaskScheduler
 void ScheduledEntryProcessor.process(EntryTaskScheduler<K,V> scheduler, Collection<ScheduledEntry<K,V>> entries)
          Processes all entries.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.