public WriteHandler(AsyncBatch parent, int max)
 {
     this.parent = parent;
     this.max = max;
 }
 public RecordHeaderArrayHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
 public RecordSequenceHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
 public ExistsArrayHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
 public ExistsSequenceHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #6
0
 public WriteHandler(AsyncBatch parent, int max)
 {
     this.parent = parent;
     this.max    = max;
 }
 public BatchListHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #8
0
 public BatchListHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #9
0
 public RecordHeaderArrayHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #10
0
 public RecordSequenceHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #11
0
 public ExistsSequenceHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #12
0
 public ExistsArrayHandler(AsyncBatch parent)
 {
     this.parent = parent;
 }