Uses of Interface
com.tangosol.util.QueryMap.Entry
Packages that use QueryMap.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 concrete
Comparator implementations and related interfaces.Contains
ValueExtractor and
ValueUpdater related classes.-
Uses of QueryMap.Entry in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement QueryMap.Entry -
Uses of QueryMap.Entry in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement QueryMap.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 QueryMap.Entry in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement QueryMap.EntryModifier and TypeClassDescriptionclassA Cache Entry implementation. -
Uses of QueryMap.Entry in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement QueryMap.EntryModifier and TypeClassDescriptionclassAn implementation of Entry that supports keeping them in a list. -
Uses of QueryMap.Entry in com.tangosol.util
Subinterfaces of QueryMap.Entry in com.tangosol.utilModifier and TypeInterfaceDescriptioninterfaceBinaryEntry<K,V> Map.Entry that internally stores both key and value in a Binary format and uses an underlying Serializer to convert it to and from an Object view.static interfaceInvocableMap.Entry<K,V> An InvocableMap.Entry contains additional information and exposes additional operations that the basic Map.Entry does not.static interfaceMapTrigger.Entry<K,V> A MapTrigger Entry represents a pending change to an Entry that is about to committed to the underlying Map.Classes in com.tangosol.util that implement QueryMap.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 classConverterMapEventBinaryEntry provides both the Map Entry and the BinaryEntry interfaces to the information encapsulated inside the ConverterMapEvent.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). -
Uses of QueryMap.Entry in com.tangosol.util.comparator
Methods in com.tangosol.util.comparator with parameters of type QueryMap.EntryModifier and TypeMethodDescriptionintChainedComparator.compareEntries(QueryMap.Entry<?, T> entry1, QueryMap.Entry<?, T> entry2) Compare two entries based on the rules specified byComparator.intInverseComparator.compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2) Compare two entries using the underlying comparator and negate the result.intQueryMapComparator.compareEntries(QueryMap.Entry<?, T> entry1, QueryMap.Entry<?, T> entry2) Compare two entries based on the rules specified byComparator.intSafeComparator.compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2) Compare two entries using the underlying comparator. -
Uses of QueryMap.Entry in com.tangosol.util.extractor
Methods in com.tangosol.util.extractor with parameters of type QueryMap.EntryModifier and TypeMethodDescriptionintAbstractExtractor.compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2) Compare two entries based on the rules specified byComparator.intMultiExtractor.compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2) Compare two entries based on the rules specified byComparator.