Uses of Interface
com.gigaspaces.internal.query.valuegetter.ISpaceValueGetter
Packages that use ISpaceValueGetter
Package
Description
Provides classes and interfaces encapsulating space entries indexes.
-
Uses of ISpaceValueGetter in com.gigaspaces.internal.query.predicate
Methods in com.gigaspaces.internal.query.predicate that return ISpaceValueGetterConstructors in com.gigaspaces.internal.query.predicate with parameters of type ISpaceValueGetterModifierConstructorDescriptionValueGetterSpacePredicate(ISpaceValueGetter<T> valueGetter, ISpacePredicate predicate) -
Uses of ISpaceValueGetter in com.gigaspaces.internal.query.valuegetter
Classes in com.gigaspaces.internal.query.valuegetter that implement ISpaceValueGetterModifier and TypeClassDescriptionclassCommon basic implementation for ISpaceValueGetter implementations.classExtracts collection values for the provided collection index path.classA space value getter for getting a compound index value from a space entry.classA space value getter for getting a path from a space entry.classA space value getter for getting a space entry property value. -
Uses of ISpaceValueGetter in com.gigaspaces.metadata.index
Fields in com.gigaspaces.metadata.index declared as ISpaceValueGetterModifier and TypeFieldDescriptionprotected ISpaceValueGetter<ServerEntry>CustomIndex._indexValueGetterConstructors in com.gigaspaces.metadata.index with parameters of type ISpaceValueGetterModifierConstructorDescriptionCustomIndex(String indexName, ISpaceValueGetter<ServerEntry> indexValueGetter, boolean isUnique, SpaceIndexType indexType)