break;
// -------------------------------
// OPTIMISTIC
// -------------------------------
case OPTIMISTIC:
checker = new OptimisticConflictChecker(this.catalogContext, this.ee);
break;
// BUSTED!
default: {
String msg = String.format("Invalid %s '%s'",
SpeculationConflictCheckerType.class.getSimpleName(),