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. serializerMethods in org.apache.cassandra.db that return ReadResponse Modifier and Type Method Description static ReadResponseReadResponse. createDataResponse(UnfilteredPartitionIterator data, ReadCommand command, org.apache.cassandra.db.RepairedDataInfo rdi)static ReadResponseReadResponse. createDigestResponse(UnfilteredPartitionIterator data, ReadCommand command)ReadResponseReadCommand. createEmptyResponse()static ReadResponseReadResponse. createRemoteDataResponse(UnfilteredPartitionIterator data, java.nio.ByteBuffer repairedDataDigest, boolean isRepairedDigestConclusive, ReadCommand command, int version)ReadResponseReadCommand. createResponse(UnfilteredPartitionIterator iterator, org.apache.cassandra.db.RepairedDataInfo rdi)static ReadResponseReadResponse. createSimpleDataResponse(UnfilteredPartitionIterator data, ColumnFilter selection) -
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. responsesMethods 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 voidReadCallback. response(ReadResponse result)Method parameters in org.apache.cassandra.service.reads with type arguments of type ReadResponse Modifier and Type Method Description voidReadCallback. onResponse(Message<ReadResponse> message)voidDigestResolver. preprocess(Message<ReadResponse> message)voidResponseResolver. preprocess(Message<ReadResponse> message)
-