Uses of Interface
com.gigaspaces.internal.query.IQueryIndexScanner
Packages that use IQueryIndexScanner
Package
Description
-
Uses of IQueryIndexScanner in com.gigaspaces.internal.query
Classes in com.gigaspaces.internal.query that implement IQueryIndexScannerModifier and TypeClassDescriptionclassAbstractCompoundIndexScanner defines an index scanner that scans more than one space index.classclassScans the indexes and gets index with the least number of entries.classScans the indexes and gets the union of all indexed entries.classScans the index with the defined index name only for entries that match the exact index valueclassAn exact value index scanner for compound indexclassScans the index with the defined index name only for entries that match one of the values in the index value set.classScans the index with the defined index name only for entries that don't match the given regular expression.classScans only the entries that have a null index valueclassScans only the entries in the defined range via compound indexclassScans only the entries in the defined rangeclassScans the index with the defined index name only for entries that match the given regular expression.classScans the index using an external index using one of the relation that the external index is know to handle.classScans the entries according to the supplied uidsFields in com.gigaspaces.internal.query with type parameters of type IQueryIndexScannerModifier and TypeFieldDescriptionprotected List<IQueryIndexScanner>AbstractCompoundIndexScanner.indexScannersMethods in com.gigaspaces.internal.query that return IQueryIndexScannerModifier and TypeMethodDescriptionstatic IQueryIndexScannerQueryIndexes.newAscendingIndexScanner(String indexName, Comparable from) static IQueryIndexScannerQueryIndexes.newDescendingIndexScanner(String indexName, Comparable from) static IQueryIndexScannerQueryIndexes.newIndexScanner(String indexName, Object indexValue) static IQueryIndexScannerQueryIndexes.newNullValueIndexScanner(String indexName) static IQueryIndexScannerQueryIndexes.newRangeIndexScanner(String indexName, Comparable min, boolean includeMin, Comparable max, boolean includeMax) Methods in com.gigaspaces.internal.query that return types with arguments of type IQueryIndexScannerModifier and TypeMethodDescriptionAbstractCustomQuery.getCustomIndexes()AbstractSpaceQuery.getCustomIndexes()ICustomQuery.getCustomIndexes()AbstractCompoundIndexScanner.getIndexScanners()Methods in com.gigaspaces.internal.query with parameters of type IQueryIndexScannerModifier and TypeMethodDescriptionvoidCompoundOrIndexScanner.add(IQueryIndexScanner customIndex) voidAbstractCustomQuery.addCustomIndex(IQueryIndexScanner customIndex) voidAbstractSpaceQuery.addCustomIndex(IQueryIndexScanner customIndex) Constructor parameters in com.gigaspaces.internal.query with type arguments of type IQueryIndexScannerModifierConstructorDescriptionAbstractCompoundIndexScanner(List<IQueryIndexScanner> indexScanners) CompoundAndIndexScanner(List<IQueryIndexScanner> indexScanners) -
Uses of IQueryIndexScanner in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return types with arguments of type IQueryIndexScanner -
Uses of IQueryIndexScanner in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context with parameters of type IQueryIndexScannerModifier and TypeMethodDescriptionvoidIndexMetricsContext.addChosenIndex(IQueryIndexScanner index) -
Uses of IQueryIndexScanner in com.j_spaces.jdbc.builder
Fields in com.j_spaces.jdbc.builder declared as IQueryIndexScannerModifier and TypeFieldDescriptionstatic final IQueryIndexScannerQueryTemplatePacket._dummyNullIndexScanner -
Uses of IQueryIndexScanner in com.j_spaces.jdbc.builder.range
Methods in com.j_spaces.jdbc.builder.range that return IQueryIndexScannerModifier and TypeMethodDescriptionContainsItemValueRange.getIndexScanner()ContainsValueRange.getIndexScanner()EqualValueRange.getIndexScanner()InRange.getIndexScanner()IsNullRange.getIndexScanner()NotRegexRange.getIndexScanner()Range.getIndexScanner()RegexRange.getIndexScanner()RelationRange.getIndexScanner()SegmentRange.getIndexScanner()UidsRange.getIndexScanner()