Uses of Class
com.tangosol.util.TaskDaemon
-
Packages that use TaskDaemon Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of TaskDaemon in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as TaskDaemon Modifier and Type Field Description protected TaskDaemon
ContinuousQueryCache. m_eventQueue
The event queue for thisContinuousQueryCache
.Methods in com.tangosol.net.cache that return TaskDaemon Modifier and Type Method Description protected 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.
-