Пример #1
0
 public void reset() {
   super.reset();
   this.phase = REQUEST_CREATION;
   this.batchRow = 1;
   this.insertCount = 0;
   this.tupleSourcesProcessed = 0;
   this.requestsRegistered = 0;
   this.currentBatch = null;
   this.sourceDone = false;
 }