| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.udpwork.ssdb.Response
public class Response
| Field Summary | |
|---|---|
|  Map<byte[],byte[]> | itemskey-value results | 
|  List<byte[]> | keysIndicates 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 | 
|---|
public String status
public List<byte[]> raw
public List<byte[]> keys
public Map<byte[],byte[]> items
| Constructor Detail | 
|---|
public Response(List<byte[]> raw)
| Method Detail | 
|---|
public Object exception()
                 throws Exception
Exceptionpublic boolean ok()
public boolean not_found()
public void buildMap()
public void print()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||