563564565566567568569
WalkResponse getWalkResponse(HttpResponse r) throws RiakResponseRuntimeException { return new WalkResponse(r, this); } MapReduceResponse getMapReduceResponse(HttpResponse r) throws JSONException { return new MapReduceResponse(r); }
582583584585586587588