ip.key = "index_test_object_key1";
ip.bucketName = bucketName.toString();
ip.indexKey = new BigInteger("91234567890123456789012345678901234567890");
ip.value = "My Object Value!";
StoreValue sv = new StoreValue.Builder(ip).build();
RiakFuture<StoreValue.Response, Location> svFuture = client.executeAsync(sv);
svFuture.await();
assertTrue(svFuture.isSuccess());