Uses of Class
org.apache.cassandra.exceptions.RequestTimeoutException
Packages that use RequestTimeoutException
Package
Description
-
Uses of RequestTimeoutException in org.apache.cassandra.exceptions
Subclasses of RequestTimeoutException in org.apache.cassandra.exceptionsModifier and TypeClassDescriptionclassclassclass -
Uses of RequestTimeoutException in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan that throw RequestTimeoutExceptionModifier and TypeMethodDescriptionStorageAttachedIndexSearcher.search(ReadExecutionController executionController) -
Uses of RequestTimeoutException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw RequestTimeoutExceptionModifier and TypeMethodDescriptionstatic RowIteratorStorageProxy.cas(String keyspaceName, String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, long nowInSeconds, Dispatcher.RequestTime requestTime) Apply @param updates if and only if the current values in the row for @param key match the provided @param conditions.static RowIteratorStorageProxy.legacyCas(String keyspaceName, String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, long nowInSeconds, Dispatcher.RequestTime requestTime) -
Uses of RequestTimeoutException in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that throw RequestTimeoutExceptionModifier and TypeMethodDescriptionstatic RowIteratorPaxos.cas(DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForConsensus, ConsistencyLevel consistencyForCommit, ClientState clientState) Apply @param updates if and only if the current values in the row for @param key match the provided @param conditions.static RowIteratorPaxos.cas(DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForConsensus, ConsistencyLevel consistencyForCommit, ClientState clientState, long proposeDeadline, long commitDeadline) static PaxosOperationLockPaxosState.lock(DecoratedKey partitionKey, TableMetadata metadata, long deadline, ConsistencyLevel consistencyForConsensus, boolean isWrite)