Class ExplainPlanInfo
java.lang.Object
com.gigaspaces.internal.query.explainplan.model.JdbcExplainPlan
com.gigaspaces.internal.query.explainplan.model.ExplainPlanInfo
Base class representing the format of ExplainPlan
- Since:
- 16.0
- Author:
- Mishel Liberman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIndexInspection(PartitionIndexInspectionDetail indexInspection) voidformat(TextReportFormatter formatter) voidformatVerbose(TextReportFormatter formatter, boolean verbose) booleanbooleanvoidvoidsetIndexInspectionsPerPartition(List<PartitionIndexInspectionDetail> indexInspectionsPerPartition) toString()
-
Constructor Details
-
ExplainPlanInfo
-
-
Method Details
-
toString
-
isIndexUsed
public boolean isIndexUsed() -
getTableAlias
-
getTableName
-
getFilter
-
setFilter
-
getIndexInspectionsPerPartition
-
setIndexInspectionsPerPartition
public void setIndexInspectionsPerPartition(List<PartitionIndexInspectionDetail> indexInspectionsPerPartition) -
addIndexInspection
-
isSinglePartition
public boolean isSinglePartition() -
format
- Specified by:
formatin classJdbcExplainPlan
-
formatVerbose
-