Uses of Class
org.apache.cassandra.exceptions.ReadFailureException
-
Packages that use ReadFailureException Package Description org.apache.cassandra.exceptions org.apache.cassandra.service org.apache.cassandra.service.paxos org.apache.cassandra.service.reads -
-
Uses of ReadFailureException in org.apache.cassandra.exceptions
Subclasses of ReadFailureException in org.apache.cassandra.exceptions Modifier and Type Class Description class
QueryReferencesTooManyIndexesAbortException
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
-
Uses of ReadFailureException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw ReadFailureException Modifier and Type Method Description static PartitionIterator
StorageProxy. read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)
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, Dispatcher.RequestTime requestTime)
-
Uses of ReadFailureException in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that throw ReadFailureException Modifier and Type Method Description static PartitionIterator
Paxos. read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyForConsensus, long deadline)
static PartitionIterator
Paxos. read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyForConsensus, Dispatcher.RequestTime requestTime)
-
Uses of ReadFailureException in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads that throw ReadFailureException Modifier and Type Method Description void
ReadCallback. awaitResults()
PartitionIterator
AbstractReadExecutor. getResult()
-