Uses of Class
org.apache.cassandra.thrift.CqlResult

Uses of CqlResult in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as CqlResult
 CqlResult Cassandra.execute_cql_query_result.success
           
 

Methods in org.apache.cassandra.thrift that return CqlResult
 CqlResult CqlResult.deepCopy()
           
 CqlResult Cassandra.Iface.execute_cql_query(java.nio.ByteBuffer query, Compression compression)
          Executes a CQL (Cassandra Query Language) statement and returns a CqlResult containing the results.
 CqlResult Cassandra.Client.execute_cql_query(java.nio.ByteBuffer query, Compression compression)
           
 CqlResult Cassandra.AsyncClient.execute_cql_query_call.getResult()
           
 CqlResult Cassandra.execute_cql_query_result.getSuccess()
           
 CqlResult Cassandra.Client.recv_execute_cql_query()
           
 CqlResult CqlResult.setNum(int num)
           
 CqlResult CqlResult.setRows(java.util.List<CqlRow> rows)
           
 CqlResult CqlResult.setType(CqlResultType type)
           
 

Methods in org.apache.cassandra.thrift with parameters of type CqlResult
 int CqlResult.compareTo(CqlResult other)
           
 boolean CqlResult.equals(CqlResult that)
           
 Cassandra.execute_cql_query_result Cassandra.execute_cql_query_result.setSuccess(CqlResult success)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type CqlResult
Cassandra.execute_cql_query_result(CqlResult success, InvalidRequestException ire, UnavailableException ue, TimedOutException te, SchemaDisagreementException sde)
           
CqlResult(CqlResult other)
          Performs a deep copy on other.
 



Copyright © 2011 The Apache Software Foundation