Package | Description |
---|---|
com.gigaspaces.internal.query.predicate | |
com.gigaspaces.internal.query.valuegetter | |
com.gigaspaces.metadata.index |
Provides classes and interfaces encapsulating space entries indexes.
|
Modifier and Type | Method and Description |
---|---|
ISpaceValueGetter<?> |
ValueGetterSpacePredicate.getValueGetter() |
Constructor and Description |
---|
ValueGetterSpacePredicate(ISpaceValueGetter<T> valueGetter,
ISpacePredicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpaceValueGetter<T>
Common basic implementation for ISpaceValueGetter implementations.
|
class |
SpaceEntryCollectionValuesExtractor
Extracts collection values for the provided collection index path.
|
class |
SpaceEntryCompoundIndexGetter
A space value getter for getting a compound index value from a space entry.
|
class |
SpaceEntryPathGetter
A space value getter for getting a path from a space entry.
|
class |
SpaceEntryPropertyGetter
A space value getter for getting a space entry property value.
|
Modifier and Type | Field and Description |
---|---|
protected ISpaceValueGetter<ServerEntry> |
CustomIndex._indexValueGetter |
Constructor and Description |
---|
CustomIndex(String indexName,
ISpaceValueGetter<ServerEntry> indexValueGetter,
boolean isUnique,
SpaceIndexType indexType) |
Copyright © GigaSpaces.