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

Packages that use RequestExecutionException
org.apache.cassandra.cql   
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.statements   
org.apache.cassandra.exceptions   
org.apache.cassandra.thrift   
 

Uses of RequestExecutionException in org.apache.cassandra.cql
 

Methods in org.apache.cassandra.cql that throw RequestExecutionException
static org.apache.cassandra.thrift.CqlResult QueryProcessor.process(java.lang.String queryString, ClientState clientState)
           
static org.apache.cassandra.thrift.CqlResult QueryProcessor.processPrepared(CQLStatement statement, ClientState clientState, java.util.List<java.nio.ByteBuffer> variables)
           
static org.apache.cassandra.thrift.CqlResult QueryProcessor.processStatement(CQLStatement statement, ClientState clientState, java.util.List<java.nio.ByteBuffer> variables)
           
 

Uses of RequestExecutionException in org.apache.cassandra.cql3
 

Methods in org.apache.cassandra.cql3 that throw RequestExecutionException
 ResultMessage CQLStatement.execute(ClientState state, java.util.List<java.nio.ByteBuffer> variables)
          Execute the statement and return the resulting result or null if there is no result.
static ResultMessage QueryProcessor.process(java.lang.String queryString, ClientState clientState)
           
static ResultMessage QueryProcessor.processPrepared(CQLStatement statement, ClientState clientState, java.util.List<java.nio.ByteBuffer> variables)
           
 

Uses of RequestExecutionException in org.apache.cassandra.cql3.statements
 

Methods in org.apache.cassandra.cql3.statements that throw RequestExecutionException
 ResultMessage ModificationStatement.execute(ClientState state, java.util.List<java.nio.ByteBuffer> variables)
           
 ResultMessage.Rows SelectStatement.execute(ClientState state, java.util.List<java.nio.ByteBuffer> variables)
           
 ResultSet SelectStatement.executeInternal(ClientState state, java.util.List<java.nio.ByteBuffer> variables)
           
 java.util.List<IMutation> BatchStatement.getMutations(ClientState clientState, java.util.List<java.nio.ByteBuffer> variables)
           
 java.util.List<IMutation> DeleteStatement.getMutations(ClientState clientState, java.util.List<java.nio.ByteBuffer> variables)
           
abstract  java.util.List<IMutation> ModificationStatement.getMutations(ClientState clientState, java.util.List<java.nio.ByteBuffer> variables)
          Convert statement into a list of mutations to apply on the server
 java.util.List<IMutation> UpdateStatement.getMutations(ClientState clientState, java.util.List<java.nio.ByteBuffer> variables)
          Convert statement into a list of mutations to apply on the server
 java.util.Map<java.nio.ByteBuffer,ColumnGroupMap> ModificationStatement.readRows(java.util.List<java.nio.ByteBuffer> keys, ColumnNameBuilder builder, CompositeType composite)
           
 

Uses of RequestExecutionException in org.apache.cassandra.exceptions
 

Subclasses of RequestExecutionException in org.apache.cassandra.exceptions
 class IsBootstrappingException
           
 class OverloadedException
           
 class ReadTimeoutException
           
 class RequestTimeoutException
           
 class TruncateException
           
 class UnavailableException
           
 class WriteTimeoutException
           
 

Uses of RequestExecutionException in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift with parameters of type RequestExecutionException
static void ThriftConversion.rethrow(RequestExecutionException e)
           
 



Copyright © 2012 The Apache Software Foundation