com.basho.riak.pbc.mapreduce
Class MapReduceResponse
java.lang.Object
com.basho.riak.pbc.mapreduce.MapReduceResponse
public class MapReduceResponse
- extends Object
The results of executing a map/reduce query, wraps the PBC message response
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
phase
public final Integer phase
response
public final com.google.protobuf.ByteString response
MapReduceResponse
public MapReduceResponse(RPB.RpbMapRedResp resp,
com.google.protobuf.ByteString contentType2)
getJSON
public JSONArray getJSON()
throws JSONException
- Throws:
JSONException
getContent
public com.google.protobuf.ByteString getContent()
getContentType
public String getContentType()
hasPhase
public boolean hasPhase()
getPhase
public Integer getPhase()
Copyright © 2012. All Rights Reserved.