Class AbstractDistributedByInterpreterOS<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.distributedby.AbstractDistributedByInterpreterOS<DATA,PLAN>
- All Implemented Interfaces:
DistributedByInterpreterOS<DATA,,PLAN> DistributedByInterpreter<DATA,PLAN>
- Direct Known Subclasses:
AbstractProcessDistributedByInterpreterOS,DecisionDistributedByNoneInterpreterOS
public abstract class AbstractDistributedByInterpreterOS<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>
extends Object
implements DistributedByInterpreterOS<DATA,PLAN>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opensearch.client.opensearch._types.query_dsl.BoolQuery.BuilderadjustQuery(org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder queryBuilder, ExecutionContext<DATA, PLAN> context) voidadjustSearchRequest(org.opensearch.client.opensearch.core.SearchRequest.Builder searchRequestBuilder, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery, ExecutionContext<DATA, PLAN> context) protected abstract ViewInterpreterOS<DATA, PLAN> 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.distributedby.DistributedByInterpreter
createEmptyResult, isKeyOfNumericTypeMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.distributedby.DistributedByInterpreterOS
createAggregations, enrichContextWithAllExpectedDistributedByKeys, retrieveResult
-
Constructor Details
-
AbstractDistributedByInterpreterOS
public AbstractDistributedByInterpreterOS()
-
-
Method Details
-
getViewInterpreter
-
adjustQuery
public org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder adjustQuery(org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder queryBuilder, ExecutionContext<DATA, PLAN> context) - Specified by:
adjustQueryin interfaceDistributedByInterpreterOS<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>
-
adjustSearchRequest
public void adjustSearchRequest(org.opensearch.client.opensearch.core.SearchRequest.Builder searchRequestBuilder, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery, ExecutionContext<DATA, PLAN> context) - Specified by:
adjustSearchRequestin interfaceDistributedByInterpreterOS<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>
-