Uses of Interface
com.tangosol.util.MapTrigger.Entry
Packages that use 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
Classes in com.tangosol.io.nio that implement MapTrigger.Entry - 
Uses of MapTrigger.Entry in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement MapTrigger.EntryModifier and TypeClassDescriptionclassAn implementation of the BinaryEntry interface that is based on specified binary key, binary value and BackingMapManagerContext.classA queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.classA Cache Entry implementation. - 
Uses of MapTrigger.Entry in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement MapTrigger.EntryModifier and TypeClassDescriptionclassA Cache Entry implementation. - 
Uses of MapTrigger.Entry in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement MapTrigger.EntryModifier and TypeClassDescriptionclassAn 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.EntryModifier and TypeClassDescriptionprotected classA 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 classBinaryEntry wrapper that routes the getValue()/getBinaryValue() calls onto getOriginalValue()/getOriginalBinaryValue().protected static classMapTrigger.Entry wrapper that routes the getValue() call onto getOriginalValue().static classSimple implementation of the InvocableMap.Entry interface.protected classAn 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.classSimpleMapEntry<K,V> A map entry (key-value pair).Methods in com.tangosol.util with parameters of type MapTrigger.EntryModifier and TypeMethodDescriptionstatic booleanInvocableMapHelper.evaluateOriginalEntry(Filter filter, MapTrigger.Entry entry) Check if the entry, in its "original" form, passes the filter evaluation.protected ObjectSimpleMapIndex.extractOldValue(MapTrigger.Entry entry) Extract the "old" value from the specified entry.static ObjectInvocableMapHelper.extractOriginalFromEntry(ValueExtractor extractor, MapTrigger.Entry entry) Extract a value from the "original value" of the specified entry using the specified extractor.voidMapTrigger.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.EntryModifierConstructorDescriptionprotectedConstruct a routing entry. - 
Uses of MapTrigger.Entry in com.tangosol.util.extractor
Methods in com.tangosol.util.extractor with parameters of type MapTrigger.EntryModifier 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
Methods in com.tangosol.util.filter with parameters of type MapTrigger.EntryModifier and TypeMethodDescriptionvoidFilterTrigger.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.