Uses of Class
org.apache.cassandra.exceptions.ReadFailureException
Packages that use ReadFailureException
Package
Description
-
Uses of ReadFailureException in org.apache.cassandra.exceptions
Subclasses of ReadFailureException in org.apache.cassandra.exceptionsModifier and TypeClassDescriptionclassclassSpecial Read Failure which is caused by user query; implies a user request is not allowed and not that Cassandra had an issue.classclass -
Uses of ReadFailureException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw ReadFailureExceptionModifier and TypeMethodDescriptionstatic 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 ReadFailureExceptionModifier and TypeMethodDescriptionstatic 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 ReadFailureExceptionModifier and TypeMethodDescriptionvoidReadCallback.awaitResults()AbstractReadExecutor.getResult()