Uses of Class
org.apache.cassandra.db.ReadResponse
-
Packages that use ReadResponse Package Description org.apache.cassandra.db org.apache.cassandra.service.reads -
-
Uses of ReadResponse in org.apache.cassandra.db
Fields in org.apache.cassandra.db with type parameters of type ReadResponse Modifier and Type Field Description static IVersionedSerializer<ReadResponse>
ReadResponse. serializer
Methods in org.apache.cassandra.db that return ReadResponse Modifier and Type Method Description static ReadResponse
ReadResponse. createDataResponse(UnfilteredPartitionIterator data, ReadCommand command, org.apache.cassandra.db.RepairedDataInfo rdi)
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, org.apache.cassandra.db.RepairedDataInfo rdi)
-
Uses of ReadResponse in org.apache.cassandra.service.reads
Fields in org.apache.cassandra.service.reads with type parameters of type ReadResponse Modifier and Type Field Description protected Accumulator<Message<ReadResponse>>
ResponseResolver. responses
Methods in org.apache.cassandra.service.reads that return types with arguments of type ReadResponse Modifier and Type Method Description Accumulator<Message<ReadResponse>>
ResponseResolver. getMessages()
Methods in org.apache.cassandra.service.reads with parameters of type ReadResponse Modifier and Type Method Description void
ReadCallback. response(ReadResponse result)
Method parameters in org.apache.cassandra.service.reads with type arguments of type ReadResponse Modifier and Type Method Description void
ReadCallback. onResponse(Message<ReadResponse> message)
void
DigestResolver. preprocess(Message<ReadResponse> message)
void
ResponseResolver. preprocess(Message<ReadResponse> message)
-