Uses of Class
org.apache.cassandra.exceptions.RequestFailureException
-
Packages that use RequestFailureException Package Description org.apache.cassandra.exceptions org.apache.cassandra.service org.apache.cassandra.service.paxos -
-
Uses of RequestFailureException in org.apache.cassandra.exceptions
Subclasses of RequestFailureException 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.classReadFailureExceptionclassReadSizeAbortExceptionclassTombstoneAbortExceptionclassWriteFailureException -
Uses of RequestFailureException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw RequestFailureException Modifier and Type Method Description static RowIteratorStorageProxy. cas(java.lang.String keyspaceName, java.lang.String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, int 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(java.lang.String keyspaceName, java.lang.String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, int nowInSeconds, Dispatcher.RequestTime requestTime) -
Uses of RequestFailureException in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that throw RequestFailureException Modifier and Type Method Description static 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)
-