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 Accumulator<MessageIn<ReadResponse>> |
replies |
| Constructor and Description |
|---|
AbstractRowResolver(java.nio.ByteBuffer key,
java.lang.String keyspaceName,
int maxResponseCount) |
| 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, waitgetData, isDataPresent, resolveprotected static final org.slf4j.Logger logger
protected final java.lang.String keyspaceName
protected final Accumulator<MessageIn<ReadResponse>> replies
protected final DecoratedKey key
public AbstractRowResolver(java.nio.ByteBuffer key,
java.lang.String keyspaceName,
int maxResponseCount)
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 © 2018 The Apache Software Foundation