Uses of Interface
com.tangosol.util.SynchronousListener
Package
Description
The Coherence gRPC server implementation.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of SynchronousListener in com.oracle.coherence.grpc.proxy
Modifier and TypeClassDescriptionprotected static class
NamedCacheDeactivationListener
that will communicate cache truncation and destruction events over the proxy.static class
MapListenerSupport.PrimingListener
that delegates calls to the wrappedMapListener
. -
Uses of SynchronousListener in com.tangosol.coherence.jcache.localcache
Modifier and TypeClassDescriptionclass
Synchronous version of LocalCacheAsynchronousMapListener. -
Uses of SynchronousListener in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeClassDescriptionclass
MapListener for meta-information about JCachePartitionedCache
instances.class
Synchronous version of PartitionedCacheAsynchronousMapListener. -
Uses of SynchronousListener in com.tangosol.net
Modifier and TypeClassDescriptionprotected class
QuorumListener is used to subscribe the quorum policy to receive service membership events. -
Uses of SynchronousListener in com.tangosol.net.cache
Modifier and TypeClassDescriptionprotected class
DeactivationListener for the back NamedCache.protected class
MapListener for front map responsible for deregistering back map listeners upon front map eviction.protected class
MapListener for back map responsible for keeping the front map coherent with the back map.protected class
MapListener for back map responsible for keeping the front map coherent with the back map.class
AMapListener
for adding items to theContinuousQueryCache
.protected class
DeactivationListener for the underlying NamedCache.class
AMapListener
for evicting items from theContinuousQueryCache
. -
Uses of SynchronousListener in com.tangosol.util
Modifier and TypeInterfaceDescriptionstatic interface
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
A tag interface indicating that tagged MapListener implementation has to receive the MapEvent notifications in a synchronous manner.Modifier and TypeClassDescriptionprotected static class
MapListener implementation that routes the map events into the corresponding MapIndex calls.static class
A wrapper class that turns the specified MapListener into a priming listener.static class
A wrapper class that turns the specified MapListener into a synchronous listener.