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,
boolean verbose) |
String |
getFilter() |
List<PartitionIndexInspectionDetail> |
getIndexInspectionsPerPartition() |
String |
getTableAlias() |
String |
getTableName() |
void |
setFilter(String filter) |
void |
setIndexInspectionsPerPartition(List<PartitionIndexInspectionDetail> indexInspectionsPerPartition) |
String |
toString() |
String |
toString(boolean verbose,
TextReportFormatter formatter) |
public ExplainPlanInfo(ExplainPlanV3 explainPlan)
public String toString(boolean verbose, TextReportFormatter formatter)
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 void format(TextReportFormatter formatter, boolean verbose)
format
in class JdbcExplainPlan
Copyright © GigaSpaces.