cluster.execute(store1);
RiakObject storeReturn1 = store1.get();
BinaryValue key = BinaryValue.create(storeReturn1.getKeyAsBytes());
StoreOperation<RiakObject> store2 =
new StoreOperation<RiakObject>(bucket, key, o)
.withConverter(domainObjectConverter)
.withStoreMeta(storeMeta);