Uses of Interface
com.tangosol.util.MapTrigger.Entry
Package
Description
Contains classes related to J2SE 1.4 NIO functionality.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains classes providing basic XML related functionality.
Contains various generic utilities.
Contains
ValueExtractor
and
ValueUpdater
related classes.Contains concrete
Filter
implementations and related interfaces.-
Uses of MapTrigger.Entry in com.tangosol.io.nio
-
Uses of MapTrigger.Entry in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
An implementation of the BinaryEntry interface that is based on specified binary key, binary value and BackingMapManagerContext.class
A queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.class
A Cache Entry implementation. -
Uses of MapTrigger.Entry in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
A Cache Entry implementation. -
Uses of MapTrigger.Entry in com.tangosol.run.xml
Modifier and TypeClassDescriptionclass
An implementation of Entry that supports keeping them in a list. -
Uses of MapTrigger.Entry in com.tangosol.util
Modifier and TypeClassDescriptionprotected class
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
BinaryEntry wrapper that routes the getValue()/getBinaryValue() calls onto getOriginalValue()/getOriginalBinaryValue().protected static class
MapTrigger.Entry wrapper that routes the getValue() call onto getOriginalValue().static class
Simple implementation of the InvocableMap.Entry interface.protected class
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).Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionprotected
Construct a routing entry. -
Uses of MapTrigger.Entry in com.tangosol.util.extractor
Modifier and TypeMethodDescriptionAbstractExtractor.extractOriginalFromEntry
(MapTrigger.Entry entry) Extract the value from the "original value" of the passed Entry object or the key (if targeted).ChainedExtractor.extractOriginalFromEntry
(MapTrigger.Entry entry) MultiExtractor.extractOriginalFromEntry
(MapTrigger.Entry entry) PofExtractor.extractOriginalFromEntry
(MapTrigger.Entry entry) -
Uses of MapTrigger.Entry in com.tangosol.util.filter
Modifier and TypeMethodDescriptionvoid
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.