| Package | Description | 
|---|---|
| com.gigaspaces.internal.query | |
| com.gigaspaces.internal.query.explainplan | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExactValueIndexScanner
Scans the index with the defined index name only for entries that match the exact index value 
 | 
class  | 
ExacValueCompoundIndexScanner
An exact value index scanner for compound index 
 | 
class  | 
InValueIndexScanner
Scans the index with the defined index name only for entries that match one of the values in the
 index value set. 
 | 
class  | 
NotRegexIndexScanner
Scans the index with the defined index name only for entries that don't match the given regular
 expression. 
 | 
class  | 
NullValueIndexScanner
Scans only the entries that have a null index value 
 | 
class  | 
RangeCompoundIndexScanner
Scans only the entries in the defined range via compound index 
 | 
class  | 
RangeIndexScanner
Scans only the entries in the defined range 
 | 
class  | 
RegexIndexScanner
Scans the index with the defined index name only for entries that match the given regular
 expression. 
 | 
class  | 
RelationIndexScanner
Scans the index using an external index using one of the relation that the external index is know
 to handle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IndexInfo | 
ExplainPlanUtil.createIndexInfo(AbstractQueryIndex abstractIndexScanner,
               TypeDataIndex index,
               TypeData typeData,
               int size,
               boolean usable)  | 
Copyright © GigaSpaces.