Uses of Class
com.gigaspaces.internal.query.explainplan.IndexInfo
Packages that use IndexInfo
Package
Description
-
Uses of IndexInfo in com.gigaspaces.internal.query.explainplan
Subclasses of IndexInfo in com.gigaspaces.internal.query.explainplanMethods in com.gigaspaces.internal.query.explainplan that return IndexInfoModifier and TypeMethodDescriptionstatic IndexInfoExplainPlanUtil.createIndexInfo(AbstractQueryIndex abstractIndexScanner, TypeDataIndex index, TypeData typeData, int size, boolean usable) IndexChoiceNode.getChosen()IndexChoiceNode.getOptionByName(String name) Methods in com.gigaspaces.internal.query.explainplan that return types with arguments of type IndexInfoMethods in com.gigaspaces.internal.query.explainplan with parameters of type IndexInfoModifier and TypeMethodDescriptionvoidprotected intExplainPlanImpl.getOptionDesc(IndexInfo indexInfo) voidConstructors in com.gigaspaces.internal.query.explainplan with parameters of type IndexInfoModifierConstructorDescriptionIndexChoiceNode(String name, List<IndexInfo> options, IndexInfo chosen) Constructor parameters in com.gigaspaces.internal.query.explainplan with type arguments of type IndexInfoModifierConstructorDescriptionIndexChoiceNode(String name, List<IndexInfo> options, IndexInfo chosen) UnionIndexInfo(List<IndexInfo> options) -
Uses of IndexInfo in com.gigaspaces.internal.query.explainplan.model
Constructors in com.gigaspaces.internal.query.explainplan.model with parameters of type IndexInfo