|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.service.AbstractRowResolver
org.apache.cassandra.service.RowDigestResolver
public class RowDigestResolver
Field Summary |
---|
Fields inherited from class org.apache.cassandra.service.AbstractRowResolver |
---|
key, logger, replies, table |
Constructor Summary | |
---|---|
RowDigestResolver(java.lang.String table,
java.nio.ByteBuffer key)
|
Method Summary | |
---|---|
Row |
getData()
Special case of resolve() so that CL.ONE reads never throw DigestMismatchException in the foreground |
boolean |
isDataPresent()
|
Row |
resolve()
This Method resolves the responses that are passed in . |
Methods inherited from class org.apache.cassandra.service.AbstractRowResolver |
---|
getMaxLiveColumns, getMessages, injectPreProcessed, preprocess |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowDigestResolver(java.lang.String table, java.nio.ByteBuffer key)
Method Detail |
---|
public Row getData() throws java.io.IOException
java.io.IOException
public Row resolve() throws DigestMismatchException, java.io.IOException
IResponseResolver
DigestMismatchException
java.io.IOException
public boolean isDataPresent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |