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 void
AbstractWriteResponseHandler. get()
void
BatchlogResponseHandler. get()
static void
StorageProxy. mutate(java.util.List<? extends IMutation> mutations, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)
Use this method to have these Mutations applied across all replicas.static void
StorageProxy. mutateWithTriggers(java.util.List<? extends IMutation> mutations, ConsistencyLevel consistencyLevel, boolean mutateAtomically, Dispatcher.RequestTime requestTime)
-