Uses of Interface
com.tangosol.net.Guardian

Packages that use Guardian
  • Uses of Guardian in com.oracle.coherence.grpc.proxy.common.cache

    Modifier and Type
    Class
    Description
    protected static class 
    A stub for a ConnectionManager.
  • Uses of Guardian in com.tangosol.coherence.component.util

    Classes in com.tangosol.coherence.component.util that implement Guardian
    Modifier and Type
    Class
    Description
    class 
    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 Guardian
    Modifier and Type
    Class
    Description
    class 
    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 Guardian
    Modifier and Type
    Class
    Description
    class 
    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 Guardian
    Modifier and Type
    Class
    Description
    class 
    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 Guardian
    Modifier and Type
    Class
    Description
    class 
    com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Acceptor
     
  • 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.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 Guardian
    Modifier
    Constructor
    Description
     
    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.