Uses of Class
org.apache.cassandra.exceptions.CasWriteUnknownResultException
Packages that use CasWriteUnknownResultException
-
Uses of CasWriteUnknownResultException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw CasWriteUnknownResultExceptionModifier 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.