コード例 #1
0
 @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);
 }