Uses of Class
org.apache.cassandra.exceptions.ReadFailureException
-
Packages that use ReadFailureException Package Description org.apache.cassandra.service org.apache.cassandra.service.reads -
-
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, long queryStartNanoTime)static PartitionIteratorStorageProxy. read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyLevel, ClientState state, 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 RowIteratorStorageProxy. readOne(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, long queryStartNanoTime)static RowIteratorStorageProxy. readOne(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, ClientState state, long queryStartNanoTime) -
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()
-