public AbstractTransactionHandler(HStoreSite hstore_site, HStoreCoordinator hstore_coord) {
   this.hstore_site = hstore_site;
   this.hstore_conf = hstore_site.getHStoreConf();
   this.coordinator = hstore_coord;
   this.handler = this.coordinator.getHandler();
   this.num_sites = this.hstore_site.getCatalogContext().numberOfSites;
   this.local_site_id = hstore_site.getSiteId();
 }