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>