Uses of Class
org.apache.cassandra.exceptions.WriteTimeoutException

Packages that use WriteTimeoutException
org.apache.cassandra.service   
 

Uses of WriteTimeoutException in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that throw WriteTimeoutException
 void AbstractWriteResponseHandler.get()
           
static void StorageProxy.mutate(java.util.Collection<? extends IMutation> mutations, ConsistencyLevel consistency_level)
          Use this method to have these Mutations applied across all replicas.
static void StorageProxy.mutateAtomically(java.util.Collection<RowMutation> mutations, ConsistencyLevel consistency_level)
          See mutate.
 



Copyright © 2012 The Apache Software Foundation