|
|||||||||
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[]> |
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 |
---|
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
Exception
public 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 |