Package | Description |
---|---|
org.apache.cassandra.exceptions | |
org.apache.cassandra.service | |
org.apache.cassandra.service.paxos | |
org.apache.cassandra.service.reads |
Modifier and Type | Class and Description |
---|---|
class |
ReadAbortException
Special Read Failure which is caused by user query; implies a user request is not allowed and not that Cassandra had an issue.
|
class |
ReadSizeAbortException |
class |
TombstoneAbortException |
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 |
ReadCallback.awaitResults() |
PartitionIterator |
AbstractReadExecutor.getResult() |
Copyright © 2009-2022 The Apache Software Foundation