Uses of Class
com.gigaspaces.internal.query.explainplan.model.IndexInfoDetail
Packages that use IndexInfoDetail
-
Uses of IndexInfoDetail in com.gigaspaces.internal.query.explainplan.model
Subclasses of IndexInfoDetail in com.gigaspaces.internal.query.explainplan.modelMethods in com.gigaspaces.internal.query.explainplan.model that return types with arguments of type IndexInfoDetailModifier and TypeMethodDescriptionIndexChoiceDetail.getInspectedIndexes()IndexChoiceDetail.getSelectedIndexes()PartitionFinalSelectedIndexes.getSelectedIndexes()Method parameters in com.gigaspaces.internal.query.explainplan.model with type arguments of type IndexInfoDetailModifier and TypeMethodDescriptionvoidIndexChoiceDetail.setInspectedIndexes(List<IndexInfoDetail> inspectedIndexes) voidIndexChoiceDetail.setSelectedIndexes(List<IndexInfoDetail> selectedIndexes) Constructor parameters in com.gigaspaces.internal.query.explainplan.model with type arguments of type IndexInfoDetailModifierConstructorDescriptionIndexChoiceDetail(String operator, boolean isUnion, List<IndexInfoDetail> inspectedIndexes, List<IndexInfoDetail> selectedIndexes) PartitionFinalSelectedIndexes(List<IndexInfoDetail> selectedIndexes, List<String> usedTiers, List<Pair<String, String>> aggregators)