Uses of Class
com.tangosol.util.Daemon
Packages that use Daemon
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of Daemon in com.tangosol.io
Subclasses of Daemon in com.tangosol.ioModifier and TypeClassDescriptionprotected class
A daemon that processes queued writes. -
Uses of Daemon in com.tangosol.net
Subclasses of Daemon in com.tangosol.netModifier and TypeClassDescriptionclass
A RequestHandler is a daemon thread that processes a request from a queue.class
A ResponseHandler is a daemon thread that processes an outgoing response from a destination server.static class
A SocketHandler is an abstract daemon thread.protected class
Fields in com.tangosol.net declared as DaemonModifier and TypeFieldDescriptionprotected final Daemon
RefreshableAddressProvider.f_daemonRefresh
The refresh daemon.Methods in com.tangosol.net with parameters of type DaemonModifier and TypeMethodDescriptionprotected static String
LoadBalancer.parseThreadExtension
(Daemon daemon) Parse the extension glued onto the end of a daemon's thread's name. -
Uses of Daemon in com.tangosol.net.cache
Subclasses of Daemon in com.tangosol.net.cacheModifier and TypeClassDescriptionclass
A thread that removes keys from aReadWriteBackingMap.ReadQueue
, reads the value for the key from the underlying CacheStore, and caches the value in the internal ReadWriteBackingMap cache.class
This is the write-behind thread that pulls things from the write-behind queue and writes them to the CacheStore that the backing map uses.Methods in com.tangosol.net.cache with parameters of type DaemonModifier and TypeMethodDescriptionprotected void
ReadWriteBackingMap.updateThreadName
(Daemon daemon, String sName) Append the provided name to the Daemon's thread name if not already appended. -
Uses of Daemon in com.tangosol.util
Subclasses of Daemon in com.tangosol.utilModifier and TypeClassDescriptionclass
A Daemon thread handler that asynchronously executes Runnable tasks, either at a scheduled time or "as soon as possible".Methods in com.tangosol.util that return Daemon