private final boolean optimisticLockingScheme;
private boolean stillLocalExecution;
public LocalTransactionStatistics(boolean optimisticLockingScheme, TimeService timeService) {
super(new LocalExtendedStatisticsContainer(), timeService);
this.optimisticLockingScheme = optimisticLockingScheme;
this.stillLocalExecution = true;
}