Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<ReadResponse> |
ReadResponse.legacyRangeSliceReplySerializer |
static IVersionedSerializer<ReadResponse> |
ReadResponse.rangeSliceSerializer |
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,
ReadCommand command) |
ReadResponse |
ReadCommand.createResponse(UnfilteredPartitionIterator iterator) |
Modifier and Type | Method and Description |
---|---|
protected IVersionedSerializer<ReadResponse> |
RangeSliceVerbHandler.serializer() |
protected IVersionedSerializer<ReadResponse> |
ReadCommandVerbHandler.serializer() |
Modifier and Type | Field and Description |
---|---|
protected Accumulator<MessageIn<ReadResponse>> |
ResponseResolver.responses |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<MessageIn<ReadResponse>> |
ResponseResolver.getMessages() |
Modifier and Type | Method and Description |
---|---|
void |
ReadCallback.response(ReadResponse result) |
Modifier and Type | Method and Description |
---|---|
void |
DigestResolver.preprocess(MessageIn<ReadResponse> message) |
void |
ResponseResolver.preprocess(MessageIn<ReadResponse> message) |
void |
AsyncRepairCallback.response(MessageIn<ReadResponse> message) |
void |
ReadCallback.response(MessageIn<ReadResponse> message) |
Copyright © 2020 The Apache Software Foundation