Uses of Interface
com.tangosol.net.Guardable
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 Guardable in com.tangosol.io
Modifier and TypeClassDescriptionprotected class
A daemon that processes queued writes. -
Uses of Guardable in com.tangosol.net
Modifier 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
Modifier and TypeFieldDescriptionprotected final Guardable
GuardSupport.Context.f_guardable
The Guardable represented by this GuardContextModifier and TypeMethodDescriptionGuardian.GuardContext.getGuardable()
Return the Guardable for this context.GuardSupport.Context.getGuardable()
Return the Guardable for this context.Modifier and TypeMethodDescriptionAdd the specified guardable to the set of Guardables managed by this manager, subject to the specified service parameters.Register the specified Guardable based on the Guardian's SLA parameters.Register the specified Guardable with the specified SLA parameters.protected GuardSupport.Context
GuardSupport.instantiateContext
(Guardable guardable, long cMillis, float flPctRecover) void
ServiceFailurePolicy.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.void
ServiceFailurePolicy.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.void
Remove the specified Guardable from the set of Guardables managed by this manager. -
Uses of Guardable in com.tangosol.net.cache
Modifier 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. -
Uses of Guardable in com.tangosol.util
Modifier and TypeClassDescriptionclass
A abstract Daemon thread handler.class
A Daemon thread handler that asynchronously executes Runnable tasks, either at a scheduled time or "as soon as possible".