| Package | Description |
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.service.reads |
| Modifier and Type | Field and Description |
|---|---|
static IVersionedSerializer<ReadResponse> |
ReadResponse.serializer |
| Modifier and Type | Method and Description |
|---|---|
static ReadResponse |
ReadResponse.createDataResponse(UnfilteredPartitionIterator data,
ReadCommand command) |
static ReadResponse |
ReadResponse.createDigestResponse(UnfilteredPartitionIterator data,
ReadCommand command) |
static ReadResponse |
ReadResponse.createRemoteDataResponse(UnfilteredPartitionIterator data,
java.nio.ByteBuffer repairedDataDigest,
boolean isRepairedDigestConclusive,
ReadCommand command,
int version) |
ReadResponse |
ReadCommand.createResponse(UnfilteredPartitionIterator iterator) |
| Modifier and Type | Field and Description |
|---|---|
protected Accumulator<Message<ReadResponse>> |
ResponseResolver.responses |
| Modifier and Type | Method and Description |
|---|---|
Accumulator<Message<ReadResponse>> |
ResponseResolver.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadCallback.response(ReadResponse result) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadCallback.onResponse(Message<ReadResponse> message) |
void |
DigestResolver.preprocess(Message<ReadResponse> message) |
void |
ResponseResolver.preprocess(Message<ReadResponse> message) |
Copyright © 2009-2020 The Apache Software Foundation