Uses of Class
com.hazelcast.util.scheduler.ScheduledEntry

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

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

Uses of ScheduledEntry in com.hazelcast.queue.impl
 

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

Uses of ScheduledEntry in com.hazelcast.replicatedmap.impl
 

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

Uses of ScheduledEntry in com.hazelcast.util.scheduler
 

Methods in com.hazelcast.util.scheduler that return ScheduledEntry
 ScheduledEntry<K,V> EntryTaskScheduler.cancel(K key)
           
 ScheduledEntry<K,V> EntryTaskScheduler.get(K key)
           
 

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



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