Package | Description |
---|---|
org.apache.cassandra.service | |
org.apache.cassandra.service.paxos | |
org.apache.cassandra.service.reads | |
org.apache.cassandra.service.reads.repair |
Modifier and Type | Method and Description |
---|---|
static PartitionIterator |
StorageProxy.read(SinglePartitionReadCommand.Group group,
ConsistencyLevel consistencyLevel,
long queryStartNanoTime)
Performs the actual reading of a row out of the StorageService, fetching
a specific set of column names from a given column family.
|
static RowIterator |
StorageProxy.readOne(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel,
long queryStartNanoTime) |
Modifier and Type | Method and Description |
---|---|
static PartitionIterator |
Paxos.read(SinglePartitionReadCommand.Group group,
ConsistencyLevel consistencyForConsensus) |
static PartitionIterator |
Paxos.read(SinglePartitionReadCommand.Group group,
ConsistencyLevel consistencyForConsensus,
long deadline) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReadExecutor.awaitReadRepair() |
void |
AbstractReadExecutor.awaitResponses() |
void |
AbstractReadExecutor.awaitResponses(boolean logBlockingReadRepairAttempt)
Wait for the CL to be satisfied by responses
|
void |
ReadCallback.awaitResults() |
PartitionIterator |
AbstractReadExecutor.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReadRepair.awaitReads() |
void |
NoopReadRepair.awaitReads() |
void |
ReadRepair.awaitReads()
Block on the reads (or timeout) sent out in
ReadRepair.startRepair(org.apache.cassandra.service.reads.DigestResolver<E, P>, java.util.function.Consumer<org.apache.cassandra.db.partitions.PartitionIterator>) |
Copyright © 2009-2022 The Apache Software Foundation