Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The SimpleCacheIndex type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddInverseCollectionMapping |
Add new mappings from the elements of the given value to the given
key in the supplied index.
| |
| AddInverseMapping | Overloaded. | |
| CollectRemoved |
Given that the old value is known to be a Collection or an array,
collect all the enclosed elements that are not part of the new value.
| |
| Delete |
Update this index in response to a remove operation on a cache.
| |
| DeleteInternal |
Update this index in response to a remove operation on a cache.
| |
| EnsureCollection |
Return a Collection representation of the specified value, which could be
a Collection, Object[], scalar, or NO_VALUE.
| |
| Equals | Overloaded. | |
| ExtractNewValue |
Extract the "new" value from the specified entry.
| |
| ExtractOldValue |
Extract the "old" value from the specified entry.
| |
Allows an (Inherited from | ||
| Get |
Using the index information if possible, get the value associated
with the specified key. This is expected to be more efficient than
using the IValueExtractor against an object containing the value,
because the index should already have the necessary information at
hand.
| |
| GetForwardValue |
Get the forward index value associated with the specified key.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides | |
Gets the (Inherited from | ||
| Initialize |
Initialize the index's data structures.
| |
| Insert |
Update this index in response to a insert operation on a cache.
| |
| InsertInternal |
Update this index in response to a insert operation on a cache.
| |
| InstantiateForwardIndex |
Instantiate the forward index.
| |
| InstatiateInverseIndex |
Instantiate the inverse index.
| |
| IsKeyExcluded |
Check if the entry with the given key is excluded from the index.
| |
| LogMissingIdx |
Log messages for missing inverse index.
| |
Creates a shallow copy of the current (Inherited from | ||
| RemoveForwardEntry |
Remove the forward index entry for the specified key.
| |
| RemoveInverseMapping | Overloaded. | |
| ToString |
Returns string representation of this instance.
(Overrides | |
| Update |
Update this index in response to a update operation on a cache.
| |
| UpdateExcludedKeys |
Check the entry against the set of entries not included in the
index and update the set if necessary.
| |
| UpdateInternal |
Update this index in response to a update operation on a cache.
|