Uses of Class
org.apache.cassandra.exceptions.WriteFailureException
-
Packages that use WriteFailureException Package Description org.apache.cassandra.service -
-
Uses of WriteFailureException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw WriteFailureException Modifier and Type Method Description voidAbstractWriteResponseHandler. get()voidBatchlogResponseHandler. get()static voidStorageProxy. mutate(java.util.List<? extends IMutation> mutations, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)Use this method to have these Mutations applied across all replicas.static voidStorageProxy. mutateWithTriggers(java.util.List<? extends IMutation> mutations, ConsistencyLevel consistencyLevel, boolean mutateAtomically, Dispatcher.RequestTime requestTime)
-