Uses of Class
com.tangosol.util.Daemon
-
Packages that use Daemon Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.journal Contains classes related to the journaling services.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of Daemon in com.tangosol.coherence.servlet
Subclasses of Daemon in com.tangosol.coherence.servlet Modifier and Type Class Description classSessionHelper.SessionReaperDaemonA daemon thread class that will clean up expired sessions. -
Uses of Daemon in com.tangosol.io
Subclasses of Daemon in com.tangosol.io Modifier and Type Class Description protected classAsyncBinaryStore.QueueDaemonA daemon that processes queued writes. -
Uses of Daemon in com.tangosol.io.journal
Subclasses of Daemon in com.tangosol.io.journal Modifier and Type Class Description protected classAbstractJournalRM.CollectorDaemonThe CollectorDaemon evaluates the JournalFile objects to see which ones should be evacuated, it evacuates those that should be, and it deletes those that have been successfully evacuated.protected classFlashJournalRM.PreparerDaemonThe PreparerDaemon takes the enqueued Binary values for the JournalFile objects, and lays them out in Buffer objects from the BufferPool, enqueuing them for the WriterDaemon to write.protected classFlashJournalRM.WriterDaemonThe WriterDaemon takes the enqueued Buffer objects from the PreparerDaemon, and appends them to a JournalFile. -
Uses of Daemon in com.tangosol.net
Subclasses of Daemon in com.tangosol.net Modifier and Type Class Description classLoadBalancer.RequestHandlerA RequestHandler is a daemon thread that processes a request from a queue.classLoadBalancer.ResponseHandlerA ResponseHandler is a daemon thread that processes an outgoing response from a destination server.static classLoadBalancer.SocketHandlerA SocketHandler is an abstract daemon thread.protected classRefreshableAddressProvider.RefreshThreadFields in com.tangosol.net declared as Daemon Modifier and Type Field Description protected DaemonRefreshableAddressProvider. f_daemonRefreshThe refresh daemon.Methods in com.tangosol.net with parameters of type Daemon Modifier and Type Method Description protected static StringLoadBalancer. 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.cache Modifier and Type Class Description classReadWriteBackingMap.ReadThreadA 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.classReadWriteBackingMap.WriteThreadThis 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 Daemon Modifier and Type Method Description protected voidReadWriteBackingMap. 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.util Modifier and Type Class Description classTaskDaemonA 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 Modifier and Type Method Description protected DaemonDaemon.DaemonWorker. getDaemon()
-