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.extractor |
Contains
ValueExtractor and
ValueUpdater related classes. |
com.tangosol.util.filter |
Contains concrete
Filter implementations and related interfaces. |
Modifier and Type | Class and Description |
---|---|
static class |
BinaryMap.Entry
A map entry (key-value pair).
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleElement.AttributeMap.Entry
An implementation of Entry that supports keeping them in a list.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractKeyBasedMap.EntrySet.Entry
A Map Entry implementation that defers its value acquisition from
the containing map (via
Map.get(Object) ) if the Entry is
constructed with a null value. |
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).
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
RoutingMapTriggerEntry(MapTrigger.Entry entry)
Construct a routing entry.
|
Modifier and Type | Method and Description |
---|---|
E |
ChainedExtractor.extractOriginalFromEntry(MapTrigger.Entry entry) |
E |
AbstractExtractor.extractOriginalFromEntry(MapTrigger.Entry entry)
Extract the value from the "original value" of the passed Entry object
or the key (if targeted).
|
E |
PofExtractor.extractOriginalFromEntry(MapTrigger.Entry entry) |
List |
MultiExtractor.extractOriginalFromEntry(MapTrigger.Entry entry) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|