Uses of Interface
com.tangosol.net.Guardian
-
Packages that use Guardian Package Description 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 Guardian in com.tangosol.net
Fields in com.tangosol.net declared as Guardian Modifier and Type Field Description protected Guardian
GuardSupport. m_guardian
The Guardian that is managing this GuardSupport.Methods in com.tangosol.net that return Guardian Modifier and Type Method Description Guardian
Guardian.GuardContext. getGuardian()
Return the Guardian for this context.Guardian
GuardSupport.Context. getGuardian()
Return the Guardian for this context.protected Guardian
GuardSupport. getGuardian()
Return the Guardian that manages this GuardSupport.Constructors in com.tangosol.net with parameters of type Guardian Constructor Description GuardSupport(Guardian guardian)
Construct a GuardSupport for the specified Guardian. -
Uses of Guardian in com.tangosol.net.cache
Methods in com.tangosol.net.cache with parameters of type Guardian Modifier and Type Method Description protected void
ReadWriteBackingMap.ReadThread. setGuardPolicy(Guardian guardian, long cTimeoutMillis, float flPctRecover)
Set the Guardian and policy to guard this Daemon with.protected void
ReadWriteBackingMap.WriteThread. setGuardPolicy(Guardian guardian, long cTimeoutMillis, float flPctRecover)
Set the Guardian and policy to guard this Daemon with. -
Uses of Guardian in com.tangosol.util
Methods in com.tangosol.util with parameters of type Guardian Modifier and Type Method Description protected void
Daemon. setGuardPolicy(Guardian guardian, long cTimeoutMillis, float flPctRecover)
Set the Guardian and policy to guard this Daemon with.
-