Uses of Interface
com.tangosol.util.MapTrigger.Entry
-
Packages that use MapTrigger.Entry Package Description com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.run.xml Contains classes providing basic XML related functionality.com.tangosol.util Contains various generic utilities.com.tangosol.util.extractor ContainsValueExtractor
andValueUpdater
related classes.com.tangosol.util.filter Contains concreteFilter
implementations and related interfaces. -
-
Uses of MapTrigger.Entry in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement MapTrigger.Entry Modifier and Type Class Description static class
BinaryMap.Entry
A map entry (key-value pair). -
Uses of MapTrigger.Entry in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement MapTrigger.Entry Modifier and Type Class Description class
BackingMapBinaryEntry
An implementation of the BinaryEntry interface that is based on specified binary key, binary value and BackingMapManagerContext.class
ReadWriteBackingMap.Entry
A queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.class
SerializationCache.EntrySet.Entry
A Cache Entry implementation. -
Uses of MapTrigger.Entry in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement MapTrigger.Entry Modifier and Type Class Description class
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation. -
Uses of MapTrigger.Entry in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement MapTrigger.Entry Modifier and Type Class Description class
SimpleElement.AttributeMap.Entry
An implementation of Entry that supports keeping them in a list. -
Uses of MapTrigger.Entry in com.tangosol.util
Classes in com.tangosol.util that implement MapTrigger.Entry Modifier and Type Class Description protected class
AbstractKeyBasedMap.EntrySet.Entry
A Map Entry implementation that defers its value acquisition from the containing map (viaMap.get(Object)
) if the Entry is constructed with a null value.protected static class
InvocableMapHelper.RoutingBinaryEntry
BinaryEntry wrapper that routes the getValue()/getBinaryValue() calls onto getOriginalValue()/getOriginalBinaryValue().protected static class
InvocableMapHelper.RoutingMapTriggerEntry
MapTrigger.Entry wrapper that routes the getValue() call onto getOriginalValue().static class
InvocableMapHelper.SimpleEntry<K,V>
Simple implementation of the InvocableMap.Entry interface.protected class
OpenHashMap.EntrySet.Entry
An Entry implementation that is augmented to allow an Entry instance to be re-used, which means that the same Entry instance can represent different map entries over time.class
SimpleMapEntry<K,V>
A map entry (key-value pair).Methods in com.tangosol.util with parameters of type MapTrigger.Entry Modifier and Type Method Description static boolean
InvocableMapHelper. evaluateOriginalEntry(Filter filter, MapTrigger.Entry entry)
Check if the entry, in its "original" form, passes the filter evaluation.protected Object
SimpleMapIndex. extractOldValue(MapTrigger.Entry entry)
Extract the "old" value from the specified entry.static Object
InvocableMapHelper. extractOriginalFromEntry(ValueExtractor extractor, MapTrigger.Entry entry)
Extract a value from the "original value" of the specified entry using the specified extractor.void
MapTrigger. process(MapTrigger.Entry<K,V> entry)
This method is called before the result of a mutating operation represented by the specified Entry object is committed into the underlying map.Constructors in com.tangosol.util with parameters of type MapTrigger.Entry Constructor Description RoutingMapTriggerEntry(MapTrigger.Entry entry)
Construct a routing entry. -
Uses of MapTrigger.Entry in com.tangosol.util.extractor
Methods in com.tangosol.util.extractor with parameters of type MapTrigger.Entry Modifier and Type Method Description E
AbstractExtractor. extractOriginalFromEntry(MapTrigger.Entry entry)
Extract the value from the "original value" of the passed Entry object or the key (if targeted).E
ChainedExtractor. extractOriginalFromEntry(MapTrigger.Entry entry)
List
MultiExtractor. extractOriginalFromEntry(MapTrigger.Entry entry)
E
PofExtractor. extractOriginalFromEntry(MapTrigger.Entry entry)
-
Uses of MapTrigger.Entry in com.tangosol.util.filter
Methods in com.tangosol.util.filter with parameters of type MapTrigger.Entry Modifier and Type Method Description void
FilterTrigger. process(MapTrigger.Entry entry)
This method is called before the result of a mutating operation represented by the specified Entry object is committed into the underlying map.
-