Uses of Interface
com.tangosol.util.QueryMap.Entry
-
Packages that use QueryMap.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.comparator Contains concreteComparator
implementations and related interfaces.com.tangosol.util.extractor ContainsValueExtractor
andValueUpdater
related classes. -
-
Uses of QueryMap.Entry in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement QueryMap.Entry Modifier and Type Class Description static class
BinaryMap.Entry
A map entry (key-value pair). -
Uses of QueryMap.Entry in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement QueryMap.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 QueryMap.Entry in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement QueryMap.Entry Modifier and Type Class Description class
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation. -
Uses of QueryMap.Entry in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement QueryMap.Entry Modifier and Type Class Description class
SimpleElement.AttributeMap.Entry
An 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.util Modifier and Type Interface Description interface
BinaryEntry<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 interface
InvocableMap.Entry<K,V>
An InvocableMap.Entry contains additional information and exposes additional operations that the basic Map.Entry does not.static interface
MapTrigger.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.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 class
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
ConverterMapEventBinaryEntry provides both the Map Entry and the BinaryEntry interfaces to the information encapsulated inside the ConverterMapEvent.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). -
Uses of QueryMap.Entry in com.tangosol.util.comparator
Methods in com.tangosol.util.comparator with parameters of type QueryMap.Entry Modifier and Type Method Description int
ChainedComparator. compareEntries(QueryMap.Entry<?,T> entry1, QueryMap.Entry<?,T> entry2)
Compare two entries based on the rules specified byComparator
.int
ExtractorComparator. compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2)
int
InverseComparator. compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2)
Compare two entries using the underlying comparator and negate the result.int
QueryMapComparator. compareEntries(QueryMap.Entry<?,T> entry1, QueryMap.Entry<?,T> entry2)
Compare two entries based on the rules specified byComparator
.int
SafeComparator. 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.Entry Modifier and Type Method Description int
AbstractExtractor. compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2)
Compare two entries based on the rules specified byComparator
.int
MultiExtractor. compareEntries(QueryMap.Entry entry1, QueryMap.Entry entry2)
Compare two entries based on the rules specified byComparator
.
-