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 MutationCounterMutation. 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 classCasWriteTimeoutException -
Uses of WriteTimeoutException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw WriteTimeoutException 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. mutateAtomically(java.util.Collection<Mutation> mutations, ConsistencyLevel consistency_level, boolean requireQuorumForRemove, Dispatcher.RequestTime requestTime)See mutate.static voidStorageProxy. 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 voidStorageProxy. 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 voidAbstractPaxosCallback. await()
-