}
} // SWITCH
this.setSpecExecChecker(checker);
assert(this.specExecChecker != null);
SpecExecSchedulerPolicyType policy = SpecExecSchedulerPolicyType.get(hstore_conf.site.specexec_scheduler_policy);
assert(policy != null) : String.format("Invalid %s '%s'",
SpecExecSchedulerPolicyType.class.getSimpleName(),
hstore_conf.site.specexec_scheduler_policy);
assert(this.lockQueue.getPartitionId() == this.partitionId);
this.specExecScheduler = new SpecExecScheduler(this.specExecChecker,