Uses of Class
org.apache.cassandra.exceptions.RequestFailureException
Packages that use RequestFailureException
Package
Description
-
Uses of RequestFailureException in org.apache.cassandra.exceptions
Subclasses of RequestFailureException 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.classclassclassclass -
Uses of RequestFailureException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw RequestFailureExceptionModifier 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 RequestFailureException in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that throw RequestFailureExceptionModifier 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)