Uses of Class
com.tangosol.util.SimpleMapIndex
-
Packages that use SimpleMapIndex Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SimpleMapIndex in com.tangosol.util
Subclasses of SimpleMapIndex in com.tangosol.util Modifier and Type Class Description class
ConditionalIndex
ConditionalIndex is aMapIndex
implementation that uses an associated filter to evaluate whether or not an entry should be indexed.Fields in com.tangosol.util declared as SimpleMapIndex Modifier and Type Field Description protected SimpleMapIndex
SimpleMapIndex.IndexCalculator. m_index
The container index.Constructors in com.tangosol.util with parameters of type SimpleMapIndex Constructor Description IndexCalculator(BackingMapContext ctx, SimpleMapIndex index)
Construct an IndexCalculator which allows for conversion of items into a serialized format.
-