Uses of Interface
com.tangosol.util.CollectionEvent
Packages that use CollectionEvent
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of CollectionEvent in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement CollectionEventModifier and TypeClassDescriptionclass
CacheEvent<K,
V> An extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events.protected static class
A CacheEvent that carries a recent value (to avoid it being lost during eviction). -
Uses of CollectionEvent in com.tangosol.util
Classes in com.tangosol.util that implement CollectionEventModifier and TypeClassDescriptionprotected static class
A DeferredCacheEvent is aCacheEvent
object that defers the loading of theold value
.static class
A Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.static class
A ConverterMapEvent views an underlying MapEvent through a set of key and value Converters.class
MapEvent<K,
V> An event which indicates that the content of a map has changed: an entry has been added an entry has been removed an entry has been changed A MapEvent object is sent as an argument to the MapListener interface methods.static class
An extension of the CacheEvent which may carry no values (old or new), but instead holds on an array of Filter objects being the "cause" of the event.Methods in com.tangosol.util with parameters of type CollectionEventModifier and TypeMethodDescriptionvoid
AbstractCollectionListener.entryDeleted
(CollectionEvent<V> evt) void
CollectionListener.entryDeleted
(CollectionEvent<V> evt) Invoked when a collection entry has been removed.void
AbstractCollectionListener.entryInserted
(CollectionEvent<V> evt) void
CollectionListener.entryInserted
(CollectionEvent<V> evt) Invoked when a collection entry has been inserted.void
AbstractCollectionListener.entryUpdated
(CollectionEvent<V> evt) void
CollectionListener.entryUpdated
(CollectionEvent<V> evt) Invoked when a collection entry has been updated.