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