Uses of Class
org.apache.cassandra.db.ReadResponse
Packages that use ReadResponse
-
Uses of ReadResponse in org.apache.cassandra.db
Fields in org.apache.cassandra.db with type parameters of type ReadResponseModifier and TypeFieldDescriptionstatic final IVersionedSerializer<ReadResponse>ReadResponse.serializerMethods in org.apache.cassandra.db that return ReadResponseModifier and TypeMethodDescriptionstatic ReadResponseReadResponse.createDataResponse(UnfilteredPartitionIterator data, ReadCommand command, org.apache.cassandra.db.RepairedDataInfo rdi) static ReadResponseReadResponse.createDigestResponse(UnfilteredPartitionIterator data, ReadCommand command) ReadCommand.createEmptyResponse()static ReadResponseReadResponse.createRemoteDataResponse(UnfilteredPartitionIterator data, ByteBuffer repairedDataDigest, boolean isRepairedDigestConclusive, ReadCommand command, int version) ReadCommand.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 ReadResponseModifier and TypeFieldDescriptionprotected final Accumulator<Message<ReadResponse>>ResponseResolver.responsesMethods in org.apache.cassandra.service.reads that return types with arguments of type ReadResponseMethods in org.apache.cassandra.service.reads with parameters of type ReadResponseMethod parameters in org.apache.cassandra.service.reads with type arguments of type ReadResponseModifier and TypeMethodDescriptionvoidReadCallback.onResponse(Message<ReadResponse> message) voidDigestResolver.preprocess(Message<ReadResponse> message) voidResponseResolver.preprocess(Message<ReadResponse> message)