Uses of Interface
com.tangosol.net.Guardian
Packages that use Guardian
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of Guardian in com.oracle.coherence.grpc.proxy.common.cache
Classes in com.oracle.coherence.grpc.proxy.common.cache that implement GuardianModifier and TypeClassDescriptionprotected static class
A stub for aConnectionManager
. -
Uses of Guardian in com.tangosol.coherence.component.util
Classes in com.tangosol.coherence.component.util that implement GuardianModifier and TypeClassDescriptionclass
com.tangosol.coherence.component.util.Daemon
-
Uses of Guardian in com.tangosol.coherence.component.util.daemon
Classes in com.tangosol.coherence.component.util.daemon that implement GuardianModifier and TypeClassDescriptionclass
com.tangosol.coherence.component.util.daemon.QueueProcessor
-
Uses of Guardian in com.tangosol.coherence.component.util.daemon.queueProcessor
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor that implement GuardianModifier and TypeClassDescriptionclass
com.tangosol.coherence.component.util.daemon.queueProcessor.Service
-
Uses of Guardian in com.tangosol.coherence.component.util.daemon.queueProcessor.service
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service that implement GuardianModifier and TypeClassDescriptionclass
com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer
-
Uses of Guardian in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer that implement GuardianModifier and TypeClassDescriptionclass
com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Acceptor
-
Uses of Guardian in com.tangosol.net
Fields in com.tangosol.net declared as GuardianModifier and TypeFieldDescriptionprotected Guardian
GuardSupport.m_guardian
The Guardian that is managing this GuardSupport.Methods in com.tangosol.net that return GuardianModifier and TypeMethodDescriptionGuardian.GuardContext.getGuardian()
Return the Guardian for this context.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 GuardianModifierConstructorDescriptionGuardSupport
(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 GuardianModifier and TypeMethodDescriptionprotected 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 GuardianModifier and TypeMethodDescriptionprotected void
Daemon.setGuardPolicy
(Guardian guardian, long cTimeoutMillis, float flPctRecover) Set the Guardian and policy to guard this Daemon with.