Class AbstractProcessDistributedByInstanceDateInterpreterES
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.date.AbstractProcessDistributedByInstanceDateInterpreterES
- All Implemented Interfaces:
DistributedByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterES,DistributedByInterpreter<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInstanceDateInterpreter
- Direct Known Subclasses:
ProcessDistributedByInstanceEndDateInterpreterES,ProcessDistributedByInstanceStartDateInterpreterES
public abstract class AbstractProcessDistributedByInstanceDateInterpreterES
extends AbstractProcessDistributedByInterpreterES
implements ProcessDistributedByInstanceDateInterpreter
-
Constructor Summary
Constructors -
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 baseQuery) protected abstract DateAggregationServiceESabstract Stringprotected abstract MinMaxStatsServiceESprotected abstract ProcessQueryFilterEnhancerESretrieveResult(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.process.AbstractProcessDistributedByInterpreterES
createEmptyResultMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES
adjustSearchRequest, getViewInterpreterMethods 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, enrichContextWithAllExpectedDistributedByKeysMethods inherited from interface io.camunda.optimize.service.db.report.interpreter.distributedby.process.date.ProcessDistributedByInstanceDateInterpreter
getDistributedByDateUnitMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.ProcessDistributedByInterpreterES
getSupportedDistributedBys
-
Constructor Details
-
AbstractProcessDistributedByInstanceDateInterpreterES
public AbstractProcessDistributedByInstanceDateInterpreterES()
-
-
Method Details
-
getDateField
-
getDateAggregationService
-
getQueryFilterEnhancer
-
getMinMaxStatsService
-
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 baseQuery) - Specified by:
createAggregationsin interfaceDistributedByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
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) - Specified by:
retrieveResultin interfaceDistributedByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-