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 classReadAbortExceptionSpecial Read Failure which is caused by user query; implies a user request is not allowed and not that Cassandra had an issue.classReadSizeAbortExceptionclassTombstoneAbortException -
Uses of ReadFailureException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw ReadFailureException Modifier and Type Method Description static PartitionIteratorStorageProxy. 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 RowIteratorStorageProxy. 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 PartitionIteratorPaxos. read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyForConsensus, long deadline)static PartitionIteratorPaxos. 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 voidReadCallback. awaitResults()PartitionIteratorAbstractReadExecutor. getResult()
-