com.udpwork.ssdb
Class Response

java.lang.Object
  extended by com.udpwork.ssdb.Response

public class Response
extends Object


Field Summary
 Map<byte[],byte[]> items
          key-value results
 List<byte[]> keys
          Indicates items' order
 List<byte[]> raw
           
 String status
           
 
Constructor Summary
Response(List<byte[]> raw)
           
 
Method Summary
 void buildMap()
           
 Object exception()
           
 boolean not_found()
           
 boolean ok()
           
 void print()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

public String status

raw

public List<byte[]> raw

keys

public List<byte[]> keys
Indicates items' order


items

public Map<byte[],byte[]> items
key-value results

Constructor Detail

Response

public Response(List<byte[]> raw)
Method Detail

exception

public Object exception()
                 throws Exception
Throws:
Exception

ok

public boolean ok()

not_found

public boolean not_found()

buildMap

public void buildMap()

print

public void print()