@Override
 public void innerBeforeRun() throws Exception {
   super.innerBeforeRun();
   this.recordStore = getRecordStore();
 }
Пример #2
0
 @Override
 public void innerBeforeRun() throws Exception {
   super.innerBeforeRun();
   recordStore = mapServiceContext.getPartitionContainer(getPartitionId()).getRecordStore(name);
 }