Class ProcessDistributedByNoneInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterES
io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.ProcessDistributedByNoneInterpreterES
- All Implemented Interfaces:
DistributedByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterES,DistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class ProcessDistributedByNoneInterpreterES
extends AbstractProcessDistributedByInterpreterES
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDistributedByNoneInterpreterES(ProcessViewInterpreterFacadeES viewInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionMap<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery baseQueryBuilder) retrieveResult(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES
adjustSearchRequestMethods 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
isKeyOfNumericTypeMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.distributedby.DistributedByInterpreterES
adjustSearchRequest, enrichContextWithAllExpectedDistributedByKeys
-
Constructor Details
-
ProcessDistributedByNoneInterpreterES
-
-
Method Details
-
getSupportedDistributedBys
-
createAggregations
public Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery baseQueryBuilder) -
retrieveResult
public List<CompositeCommandResult.DistributedByResult> retrieveResult(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
createEmptyResult
public List<CompositeCommandResult.DistributedByResult> createEmptyResult(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createEmptyResultin interfaceDistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan> - Overrides:
createEmptyResultin classAbstractProcessDistributedByInterpreterES
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractDistributedByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-