Class AbstractDistributedByInterpreterES<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan>

java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES<DATA,PLAN>
All Implemented Interfaces:
DistributedByInterpreterES<DATA,PLAN>, DistributedByInterpreter<DATA,PLAN>
Direct Known Subclasses:
AbstractProcessDistributedByInterpreterES, DecisionDistributedByNoneInterpreterES

public abstract class AbstractDistributedByInterpreterES<DATA extends SingleReportDataDto,PLAN extends ExecutionPlan> extends Object implements DistributedByInterpreterES<DATA,PLAN>