Uses of Package
com.hazelcast.util.scheduler

Packages that use com.hazelcast.util.scheduler
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 
 

Classes in com.hazelcast.util.scheduler used by com.hazelcast.concurrent.lock
EntryTaskScheduler
          Schedules (or reschedules) the execution of given entry.
ScheduledEntry
          Entry wrapper with schedule time information to be used in SecondsBasedEntryTaskScheduler.
ScheduledEntryProcessor
           
 

Classes in com.hazelcast.util.scheduler used by com.hazelcast.queue.impl
EntryTaskScheduler
          Schedules (or reschedules) the execution of given entry.
ScheduledEntry
          Entry wrapper with schedule time information to be used in SecondsBasedEntryTaskScheduler.
ScheduledEntryProcessor
           
 

Classes in com.hazelcast.util.scheduler used by com.hazelcast.replicatedmap.impl
EntryTaskScheduler
          Schedules (or reschedules) the execution of given entry.
ScheduledEntry
          Entry wrapper with schedule time information to be used in SecondsBasedEntryTaskScheduler.
ScheduledEntryProcessor
           
 

Classes in com.hazelcast.util.scheduler used by com.hazelcast.util.scheduler
EntryTaskScheduler
          Schedules (or reschedules) the execution of given entry.
ScheduledEntry
          Entry wrapper with schedule time information to be used in SecondsBasedEntryTaskScheduler.
ScheduledEntryProcessor
           
ScheduleType
           
 



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