public abstract class AbstractRowResolver extends java.lang.Object implements IResponseResolver<ReadResponse,Row>
Modifier and Type | Field and Description |
---|---|
protected DecoratedKey |
key |
protected java.lang.String |
keyspaceName |
protected static org.slf4j.Logger |
logger |
protected java.util.Queue<MessageIn<ReadResponse>> |
replies |
Constructor and Description |
---|
AbstractRowResolver(java.nio.ByteBuffer key,
java.lang.String keyspaceName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<MessageIn<ReadResponse>> |
getMessages() |
void |
preprocess(MessageIn<ReadResponse> message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getData, isDataPresent, resolve
protected static final org.slf4j.Logger logger
protected final java.lang.String keyspaceName
protected final java.util.Queue<MessageIn<ReadResponse>> replies
protected final DecoratedKey key
public AbstractRowResolver(java.nio.ByteBuffer key, java.lang.String keyspaceName)
public void preprocess(MessageIn<ReadResponse> message)
preprocess
in interface IResponseResolver<ReadResponse,Row>
public java.lang.Iterable<MessageIn<ReadResponse>> getMessages()
getMessages
in interface IResponseResolver<ReadResponse,Row>
Copyright © 2017 The Apache Software Foundation