@Override
 public void innerBeforeRun() throws Exception {
   super.innerBeforeRun();
   this.recordStore = getRecordStore();
 }
 @Override
 public void innerBeforeRun() throws Exception {
   super.innerBeforeRun();
   recordStore = mapServiceContext.getPartitionContainer(getPartitionId()).getRecordStore(name);
 }