Uses of Interface
me.prettyprint.hector.api.query.ColumnQuery

Packages that use ColumnQuery
me.prettyprint.cassandra.model The model package defines the thrift/avro reflections used by hector to shield the specific types of the objects. 
me.prettyprint.cassandra.model.thrift   
me.prettyprint.cassandra.service.spring   
me.prettyprint.hector.api.factory   
me.prettyprint.hector.api.query The api.query package defines the different query types 
 

Uses of ColumnQuery in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement ColumnQuery
 class AbstractColumnQuery<K,N,V>
          Defines the commonalities b/w the Avro and the Thrift ColumnQuery implementations.
 

Methods in me.prettyprint.cassandra.model that return ColumnQuery
 ColumnQuery<K,N,V> AbstractColumnQuery.setColumnFamily(String cf)
           
 ColumnQuery<K,N,V> AbstractColumnQuery.setKey(K key)
           
 ColumnQuery<K,N,V> AbstractColumnQuery.setName(N name)
           
 

Uses of ColumnQuery in me.prettyprint.cassandra.model.thrift
 

Classes in me.prettyprint.cassandra.model.thrift that implement ColumnQuery
 class ThriftColumnQuery<K,N,V>
          Thrift implementation of the ColumnQuery type.
 class ThriftTypeInferringColumnQuery<K,N,V>
          The same as ColumnQuery, but dynamically inferring the serializers needed to transform the key and column name to their binary form.
 

Uses of ColumnQuery in me.prettyprint.cassandra.service.spring
 

Methods in me.prettyprint.cassandra.service.spring that return ColumnQuery
<K,N,V> ColumnQuery<K,N,V>
HectorTemplateImpl.createColumnQuery()
           
<K,N,V> ColumnQuery<K,N,V>
HectorTemplate.createColumnQuery()
           
<K,N,V> ColumnQuery<K,N,V>
HectorTemplateImpl.createColumnQuery(Serializer<V> valueSerializer)
           
<K,N,V> ColumnQuery<K,N,V>
HectorTemplate.createColumnQuery(Serializer<V> valueSErializer)
           
 

Uses of ColumnQuery in me.prettyprint.hector.api.factory
 

Methods in me.prettyprint.hector.api.factory that return ColumnQuery
static
<K,N,V> ColumnQuery<K,N,V>
HFactory.createColumnQuery(Keyspace keyspace, Serializer<K> keySerializer, Serializer<N> nameSerializer, Serializer<V> valueSerializer)
           
static ColumnQuery<String,String,String> HFactory.createStringColumnQuery(Keyspace keyspace)
           
 

Uses of ColumnQuery in me.prettyprint.hector.api.query
 

Methods in me.prettyprint.hector.api.query that return ColumnQuery
 ColumnQuery<K,N,V> ColumnQuery.setColumnFamily(String cf)
           
 ColumnQuery<K,N,V> ColumnQuery.setKey(K key)
          Set the row key for this query.
 ColumnQuery<K,N,V> ColumnQuery.setName(N name)
          Set the column name for this query.
 



Copyright © 2011. All Rights Reserved.