Uses of Class
org.apache.cassandra.exceptions.RequestTimeoutException
-
Packages that use RequestTimeoutException Package Description org.apache.cassandra.exceptions org.apache.cassandra.index.sasi.plan org.apache.cassandra.service -
-
Uses of RequestTimeoutException in org.apache.cassandra.exceptions
Subclasses of RequestTimeoutException in org.apache.cassandra.exceptions Modifier and Type Class Description class
CasWriteTimeoutException
class
ReadTimeoutException
class
WriteTimeoutException
-
Uses of RequestTimeoutException in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan that throw RequestTimeoutException Modifier and Type Method Description UnfilteredPartitionIterator
QueryPlan. execute(ReadExecutionController executionController)
-
Uses of RequestTimeoutException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw RequestTimeoutException Modifier and Type Method Description static RowIterator
StorageProxy. cas(java.lang.String keyspaceName, java.lang.String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState state, int nowInSeconds, long queryStartNanoTime)
Apply @param updates if and only if the current values in the row for @param key match the provided @param conditions.
-