public class ExplainPlanInfo extends JdbcExplainPlan
Constructor and Description |
---|
ExplainPlanInfo(ExplainPlanV3 explainPlan) |
Modifier and Type | Method and Description |
---|---|
void |
addIndexInspection(PartitionIndexInspectionDetail indexInspection) |
void |
format(TextReportFormatter formatter) |
void |
formatVerbose(TextReportFormatter formatter,
boolean verbose) |
String |
getFilter() |
List<PartitionIndexInspectionDetail> |
getIndexInspectionsPerPartition() |
String |
getTableAlias() |
String |
getTableName() |
boolean |
isIndexUsed() |
boolean |
isSinglePartition() |
void |
setFilter(String filter) |
void |
setIndexInspectionsPerPartition(List<PartitionIndexInspectionDetail> indexInspectionsPerPartition) |
String |
toString() |
public ExplainPlanInfo(ExplainPlanV3 explainPlan)
public boolean isIndexUsed()
public String getTableAlias()
public String getTableName()
public String getFilter()
public void setFilter(String filter)
public List<PartitionIndexInspectionDetail> getIndexInspectionsPerPartition()
public void setIndexInspectionsPerPartition(List<PartitionIndexInspectionDetail> indexInspectionsPerPartition)
public void addIndexInspection(PartitionIndexInspectionDetail indexInspection)
public boolean isSinglePartition()
public void format(TextReportFormatter formatter)
format
in class JdbcExplainPlan
public void formatVerbose(TextReportFormatter formatter, boolean verbose)
Copyright © GigaSpaces.