This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.cassandra.query.CassandraQuery (Apache Gora 0.2 API)

Uses of Class
org.apache.gora.cassandra.query.CassandraQuery

Packages that use CassandraQuery
org.apache.gora.cassandra.store   
 

Uses of CassandraQuery in org.apache.gora.cassandra.store
 

Methods in org.apache.gora.cassandra.store with parameters of type CassandraQuery
 List<me.prettyprint.hector.api.beans.Row<String,String,String>> CassandraClient.execute(CassandraQuery<K,T> cassandraQuery, String family)
          Select a family column in the keyspace.
 List<me.prettyprint.hector.api.beans.SuperRow<String,String,String,String>> CassandraClient.executeSuper(CassandraQuery<K,T> cassandraQuery, String family)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.