Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalIndex
ConditionalIndex is a
MapIndex implementation that uses an associated
filter to evaluate whether or not an entry should be indexed. |
Modifier and Type | Field and Description |
---|---|
protected SimpleMapIndex |
SimpleMapIndex.IndexCalculator.m_index
The container index.
|
Constructor and Description |
---|
IndexCalculator(BackingMapContext ctx,
SimpleMapIndex index)
Construct an IndexCalculator which allows for conversion of items into
a serialized format.
|