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

Packages that use OverloadedException
org.apache.cassandra.service   
 

Uses of OverloadedException in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that throw OverloadedException
 void StorageProxy.WritePerformer.apply(IMutation mutation, java.util.Collection<java.net.InetAddress> targets, IWriteResponseHandler responseHandler, java.lang.String localDataCenter, ConsistencyLevel consistency_level)
           
static IWriteResponseHandler StorageProxy.applyCounterMutationOnCoordinator(CounterMutation cm, java.lang.String localDataCenter)
           
static IWriteResponseHandler StorageProxy.applyCounterMutationOnLeader(CounterMutation cm, java.lang.String localDataCenter, java.lang.Runnable callback)
           
static void StorageProxy.mutate(java.util.List<? extends IMutation> mutations, ConsistencyLevel consistency_level)
          Use this method to have these Mutations applied across all replicas.
static IWriteResponseHandler StorageProxy.mutateCounter(CounterMutation cm, java.lang.String localDataCenter)
          Handle counter mutation on the coordinator host.
static IWriteResponseHandler StorageProxy.performWrite(IMutation mutation, ConsistencyLevel consistency_level, java.lang.String localDataCenter, StorageProxy.WritePerformer performer, java.lang.Runnable callback)
          Perform the write of a mutation given a WritePerformer.
static void StorageProxy.sendToHintedEndpoints(RowMutation rm, java.util.Collection<java.net.InetAddress> targets, IWriteResponseHandler responseHandler, java.lang.String localDataCenter, ConsistencyLevel consistency_level)
          Send the mutations to the right targets, write it locally if it corresponds or writes a hint when the node is not available.
 



Copyright © 2012 The Apache Software Foundation