Uses of Class
org.apache.cassandra.exceptions.WriteTimeoutException
-
Packages that use WriteTimeoutException Package Description org.apache.cassandra.db org.apache.cassandra.exceptions org.apache.cassandra.service org.apache.cassandra.service.paxos.v1 -
-
Uses of WriteTimeoutException in org.apache.cassandra.db
Methods in org.apache.cassandra.db that throw WriteTimeoutException Modifier and Type Method Description Mutation
CounterMutation. applyCounterMutation()
Applies the counter mutation, returns the result Mutation (for replication to other nodes). -
Uses of WriteTimeoutException in org.apache.cassandra.exceptions
Subclasses of WriteTimeoutException in org.apache.cassandra.exceptions Modifier and Type Class Description class
CasWriteTimeoutException
-
Uses of WriteTimeoutException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw WriteTimeoutException 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. mutateAtomically(java.util.Collection<Mutation> mutations, ConsistencyLevel consistency_level, boolean requireQuorumForRemove, Dispatcher.RequestTime requestTime)
See mutate.static void
StorageProxy. mutateMV(java.nio.ByteBuffer dataKey, java.util.Collection<Mutation> mutations, boolean writeCommitLog, java.util.concurrent.atomic.AtomicLong baseComplete, 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)
-
Uses of WriteTimeoutException in org.apache.cassandra.service.paxos.v1
Methods in org.apache.cassandra.service.paxos.v1 that throw WriteTimeoutException Modifier and Type Method Description void
AbstractPaxosCallback. await()
-