Uses of Interface
com.tangosol.net.Guardable
- 
Packages that use Guardable 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 Guardable in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement Guardable Modifier and Type Class Description classSessionHelper.SessionReaperDaemonA daemon thread class that will clean up expired sessions. - 
Uses of Guardable in com.tangosol.io
Classes in com.tangosol.io that implement Guardable Modifier and Type Class Description protected classAsyncBinaryStore.QueueDaemonA daemon that processes queued writes. - 
Uses of Guardable in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement Guardable 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 Guardable in com.tangosol.net
Classes in com.tangosol.net that implement Guardable 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 Guardable Modifier and Type Field Description protected GuardableGuardSupport.Context. f_guardableThe Guardable represented by this GuardContextMethods in com.tangosol.net that return Guardable Modifier and Type Method Description GuardableGuardian.GuardContext. getGuardable()Return the Guardable for this context.GuardableGuardSupport.Context. getGuardable()Return the Guardable for this context.Methods in com.tangosol.net with parameters of type Guardable Modifier and Type Method Description Guardian.GuardContextGuardSupport. add(Guardable guardable, long cMillis, float flPctRecover)Add the specified guardable to the set of Guardables managed by this manager, subject to the specified service parameters.Guardian.GuardContextGuardian. guard(Guardable guardable)Register the specified Guardable based on the Guardian's SLA parameters.Guardian.GuardContextGuardian. guard(Guardable guardable, long cMillis, float flPctRecover)Register the specified Guardable with the specified SLA parameters.protected GuardSupport.ContextGuardSupport. instantiateContext(Guardable guardable, long cMillis, float flPctRecover)voidServiceFailurePolicy. onGuardableRecovery(Guardable guardable, Service service)Take appropriate action after the specified guardable (associated with the specified service) has missed a "soft-timeout" and has entered the "RECOVERY" state.voidServiceFailurePolicy. onGuardableTerminate(Guardable guardable, Service service)Take appropriate action after the specified guardable (associated with the specified service) has missed a "hard-timeout" and has entered the "TERMINATING" state.voidGuardSupport. remove(Guardable guardable)Remove the specified Guardable from the set of Guardables managed by this manager.Constructors in com.tangosol.net with parameters of type Guardable Constructor Description Context(Guardable guardable, long cTimeoutMillis, float flPctRecover)Construct a Context. - 
Uses of Guardable in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement Guardable 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. - 
Uses of Guardable in com.tangosol.util
Classes in com.tangosol.util that implement Guardable Modifier and Type Class Description classDaemonA abstract Daemon thread handler.classTaskDaemonA Daemon thread handler that asynchronously executes Runnable tasks, either at a scheduled time or "as soon as possible". 
 -