346347348349350351352353
* @see * com.basho.riak.client.raw.RawClient#mapReduce(com.basho.riak.newapi.query * .MapReduceSpec) */ public MapReduceResult mapReduce(MapReduceSpec spec) throws IOException, MapReduceTimeoutException { MapReduceResponse resp = client.mapReduce(spec.getJSON()); return convert(resp); }
378379380381382383384385
469470471472473474475
WalkResponse getWalkResponse(HttpResponse r) throws RiakResponseRuntimeException { return new WalkResponse(r, this); } MapReduceResponse getMapReduceResponse(HttpResponse r) throws JSONException { return new MapReduceResponse(r); }
380381382383384385386387
402403404405406407408409
381382383384385386387388