Uses of Class
org.apache.cassandra.exceptions.WriteTimeoutException
Packages that use WriteTimeoutException
Package
Description
-
Uses of WriteTimeoutException in org.apache.cassandra.db
Methods in org.apache.cassandra.db that throw WriteTimeoutExceptionModifier and TypeMethodDescriptionCounterMutation.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 -
Uses of WriteTimeoutException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw WriteTimeoutExceptionModifier and TypeMethodDescriptionvoidAbstractWriteResponseHandler.get()voidBatchlogResponseHandler.get()static voidStorageProxy.mutate(List<? extends IMutation> mutations, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime) Use this method to have these Mutations applied across all replicas.static voidStorageProxy.mutateAtomically(Collection<Mutation> mutations, ConsistencyLevel consistency_level, boolean requireQuorumForRemove, Dispatcher.RequestTime requestTime) See mutate.static voidStorageProxy.mutateMV(ByteBuffer dataKey, Collection<Mutation> mutations, boolean writeCommitLog, AtomicLong baseComplete, Dispatcher.RequestTime requestTime) Use this method to have these Mutations applied across all replicas.static voidStorageProxy.mutateWithTriggers(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