Uses of Interface
com.tangosol.util.SynchronousListener
-
Packages that use SynchronousListener Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.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 SynchronousListener in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement SynchronousListener Modifier and Type Class Description protected static class
MapListenerProxy.DeactivationListener
NamedCacheDeactivationListener
that will communicate cache truncation and destruction events over the proxy.static class
MapListenerProxy.WrapperPrimingListener
MapListenerSupport.PrimingListener
that delegates calls to the wrappedMapListener
. -
Uses of SynchronousListener in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement SynchronousListener Modifier and Type Class Description class
LocalCacheSynchronousMapListener<K,V>
Synchronous version of LocalCacheAsynchronousMapListener. -
Uses of SynchronousListener in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement SynchronousListener Modifier and Type Class Description class
PartitionedCacheConfigurationMapListener
MapListener for meta-information about JCachePartitionedCache
instances.class
PartitionedCacheSynchronousMapListener<K,V>
Synchronous version of PartitionedCacheAsynchronousMapListener. -
Uses of SynchronousListener in com.tangosol.net
Classes in com.tangosol.net that implement SynchronousListener Modifier and Type Class Description protected class
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener
QuorumListener is used to subscribe the quorum policy to receive service membership events. -
Uses of SynchronousListener in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement SynchronousListener Modifier and Type Class Description protected class
CachingMap.DeactivationListener
DeactivationListener for the back NamedCache.protected class
CachingMap.FrontMapListener
MapListener for front map responsible for deregistering back map listeners upon front map eviction.protected class
CachingMap.PrimingListener
MapListener for back map responsible for keeping the front map coherent with the back map.protected class
CachingMap.SimpleListener
MapListener for back map responsible for keeping the front map coherent with the back map.class
ContinuousQueryCache.AddListener
AMapListener
for adding items to theContinuousQueryCache
.protected class
ContinuousQueryCache.DeactivationListener
DeactivationListener for the underlying NamedCache.class
ContinuousQueryCache.RemoveListener
AMapListener
for evicting items from theContinuousQueryCache
. -
Uses of SynchronousListener in com.tangosol.util
Subinterfaces of SynchronousListener in com.tangosol.util Modifier and Type Interface Description static interface
MapListenerSupport.PrimingListener<K,V>
A tag interface indicating that this listener is registered as a synchronous listener for lite events (carrying only a key) and generates a "priming" event when registered.static interface
MapListenerSupport.SynchronousListener<K,V>
A tag interface indicating that tagged MapListener implementation has to receive the MapEvent notifications in a synchronous manner.Classes in com.tangosol.util that implement SynchronousListener Modifier and Type Class Description protected static class
InvocableMapHelper.IndexAdapter
MapListener implementation that routes the map events into the corresponding MapIndex calls.static class
MapListenerSupport.WrapperPrimingListener
A wrapper class that turns the specified MapListener into a priming listener.static class
MapListenerSupport.WrapperSynchronousListener<K,V>
A wrapper class that turns the specified MapListener into a synchronous listener.
-