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