Uses of Class
com.gigaspaces.internal.query.explainplan.TextReportFormatter
Packages that use TextReportFormatter
Package
Description
-
Uses of TextReportFormatter in com.gigaspaces.internal.query.explainplan
Methods in com.gigaspaces.internal.query.explainplan that return TextReportFormatterModifier and TypeMethodDescriptionTextReportFormatter.indent()TextReportFormatter.indent(int numberOfSpaces) TextReportFormatter.removeLinePrefix()TextReportFormatter.startLineWithPrefix(String prefix) TextReportFormatter.unindent()Methods in com.gigaspaces.internal.query.explainplan with parameters of type TextReportFormatterModifier and TypeMethodDescriptionprotected voidExplainPlanImpl.append(TextReportFormatter report) protected voidExplainPlanImpl.append(TextReportFormatter report, QueryOperationNode node) protected voidExplainPlanImpl.append(TextReportFormatter report, ScanningInfo scanningInfo) protected voidExplainPlanImpl.append(TextReportFormatter report, String partitionId, SingleExplainPlan singleExplainPlan) protected voidExplainPlanImpl.append(TextReportFormatter report, String typeName, List<IndexChoiceNode> list, ScanningInfo scanningInfo) protected voidExplainPlanImpl.appendDetailed(TextReportFormatter report) protected voidExplainPlanImpl.appendSummary(TextReportFormatter report) -
Uses of TextReportFormatter in com.gigaspaces.internal.query.explainplan.model
Methods in com.gigaspaces.internal.query.explainplan.model with parameters of type TextReportFormatterModifier and TypeMethodDescriptionvoidExplainPlanInfo.format(TextReportFormatter formatter) abstract voidJdbcExplainPlan.format(TextReportFormatter formatter) voidExplainPlanInfo.formatVerbose(TextReportFormatter formatter, boolean verbose)