Class ProcessDistributedByNoneInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.distributedby.AbstractDistributedByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterOS
io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.ProcessDistributedByNoneInterpreterOS
- All Implemented Interfaces:
DistributedByInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterOS,DistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class ProcessDistributedByNoneInterpreterOS
extends AbstractProcessDistributedByInterpreterOS
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDistributedByNoneInterpreterOS(ProcessViewInterpreterFacadeOS viewInterpreter) -
Method Summary
Modifier and TypeMethodDescriptioncreateAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.os.report.interpreter.distributedby.AbstractDistributedByInterpreterOS
adjustQuery, 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.os.report.interpreter.distributedby.DistributedByInterpreterOS
adjustQuery, adjustSearchRequest, enrichContextWithAllExpectedDistributedByKeys
-
Constructor Details
-
ProcessDistributedByNoneInterpreterOS
-
-
Method Details
-
getSupportedDistributedBys
-
createAggregations
public Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) -
retrieveResult
public List<CompositeCommandResult.DistributedByResult> retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._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 classAbstractProcessDistributedByInterpreterOS
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractDistributedByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-