Uses of Interface
com.tangosol.util.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
-
Uses of QueryMap.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 QueryMap.Entry in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
A Cache Entry implementation. -
Uses of QueryMap.Entry in com.tangosol.run.xml
Modifier and TypeClassDescriptionclass
An implementation of Entry that supports keeping them in a list. -
Uses of QueryMap.Entry in com.tangosol.util
Modifier and TypeInterfaceDescriptioninterface
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.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 class
ConverterMapEventBinaryEntry provides both the Map Entry and the BinaryEntry interfaces to the information encapsulated inside the ConverterMapEvent.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). -
Uses of QueryMap.Entry in com.tangosol.util.comparator
Modifier and TypeMethodDescriptionint
ChainedComparator.compareEntries
(QueryMap.Entry<?, T> entry1, QueryMap.Entry<?, T> entry2) Compare two entries based on the rules specified byComparator
.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
Modifier and TypeMethodDescriptionint
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
.