Class AbstractExecutionPlanInterpreterOS<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.plan.AbstractExecutionPlanInterpreterOS<DATA,PLAN>
- All Implemented Interfaces:
ExecutionPlanInterpreter<DATA,PLAN>
- Direct Known Subclasses:
AbstractDecisionExecutionPlanInterpreterOS,AbstractProcessExecutionPlanInterpreterOS
public abstract class AbstractExecutionPlanInterpreterOS<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>
extends Object
implements ExecutionPlanInterpreter<DATA,PLAN>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.opensearch.client.opensearch._types.query_dsl.BoolQuery.BuilderbaseQueryBuilder(ExecutionContext<DATA, PLAN> context) protected abstract GroupByInterpreterOS<DATA, PLAN> protected abstract String[]getIndexNames(ExecutionContext<DATA, PLAN> context) protected abstract String[]protected abstract OptimizeOpenSearchClientprotected abstract ViewInterpreterOS<DATA, PLAN> interpret(ExecutionContext<DATA, PLAN> executionContext) protected abstract org.opensearch.client.opensearch._types.query_dsl.BoolQuery.BuilderunfilteredBaseQueryBuilder(ExecutionContext<DATA, PLAN> reportData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.optimize.service.db.report.interpreter.plan.ExecutionPlanInterpreter
getSupportedExecutionPlans
-
Constructor Details
-
AbstractExecutionPlanInterpreterOS
public AbstractExecutionPlanInterpreterOS()
-
-
Method Details
-
interpret
- Specified by:
interpretin interfaceExecutionPlanInterpreter<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>
-
getGroupByInterpreter
-
getViewInterpreter
-
getOsClient
-
baseQueryBuilder
protected abstract org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder baseQueryBuilder(ExecutionContext<DATA, PLAN> context) -
getIndexNames
-
getMultiIndexAlias
-
unfilteredBaseQueryBuilder
protected abstract org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder unfilteredBaseQueryBuilder(ExecutionContext<DATA, PLAN> reportData)
-