public WriteHandler(TestAsyncPutGet parent, AsyncClient client, Key key, Bin bin)
 {
     this.parent = parent;
     this.client = client;
     this.key    = key;
     this.bin    = bin;
 }
 public RecordHandler(TestAsyncPutGet parent, Key key, Bin bin)
 {
     this.parent = parent;
     this.key    = key;
     this.bin    = bin;
 }
 public RecordHandler(TestAsyncPutGet parent, Key key, Bin bin)
 {
     this.parent = parent;
     this.key = key;
     this.bin = bin;
 }
 public WriteHandler(TestAsyncPutGet parent, AsyncClient client, Key key, Bin bin)
 {
     this.parent = parent;
     this.client = client;
     this.key = key;
     this.bin = bin;
 }