Uses of Class
com.tangosol.util.TaskDaemon
Packages that use TaskDaemon
-
Uses of TaskDaemon in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as TaskDaemonModifier and TypeFieldDescriptionprotected TaskDaemon
ContinuousQueryCache.m_eventQueue
The event queue for thisContinuousQueryCache
.Methods in com.tangosol.net.cache that return TaskDaemonModifier and TypeMethodDescriptionprotected TaskDaemon
ContinuousQueryCache.ensureEventQueue()
Obtain the existing event queue or create one if none exists.protected TaskDaemon
ContinuousQueryCache.getEventQueue()
Obtain thisContinuousQueryCache
's event queue.protected TaskDaemon
ContinuousQueryCache.instantiateEventQueue()
Create a self-processing event queue.