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