public class RowDigestResolver extends AbstractRowResolver
key, keyspaceName, logger, replies
Constructor and Description |
---|
RowDigestResolver(java.lang.String keyspaceName,
java.nio.ByteBuffer key) |
Modifier and Type | Method and Description |
---|---|
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 .
|
getMessages, preprocess
public RowDigestResolver(java.lang.String keyspaceName, java.nio.ByteBuffer key)
public Row getData()
public Row resolve() throws DigestMismatchException
IResponseResolver
DigestMismatchException
public boolean isDataPresent()
Copyright © 2017 The Apache Software Foundation