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

Packages that use CountQuery
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 CountQuery in me.prettyprint.cassandra.model.thrift
 

Classes in me.prettyprint.cassandra.model.thrift that implement CountQuery
 class ThriftCountQuery<K,N>
          Counts column for a standard column family
 

Methods in me.prettyprint.cassandra.model.thrift that return CountQuery
 CountQuery<K,N> ThriftCountQuery.setColumnNames(N... columnNames)
           
 CountQuery<K,N> ThriftCountQuery.setRange(N start, N finish, int count)
           
 

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

Methods in me.prettyprint.cassandra.service.spring that return CountQuery
<K,N> CountQuery<K,N>
HectorTemplateImpl.createCountQuery(Serializer<K> keySerializer, Serializer<N> nameSerializer)
           
<K,N> CountQuery<K,N>
HectorTemplate.createCountQuery(Serializer<K> keySerializer, Serializer<N> nameSerializer)
           
 

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

Methods in me.prettyprint.hector.api.factory that return CountQuery
static
<K,N> CountQuery<K,N>
HFactory.createCountQuery(Keyspace keyspace, Serializer<K> keySerializer, Serializer<N> nameSerializer)
           
 

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

Methods in me.prettyprint.hector.api.query that return CountQuery
 CountQuery<K,N> CountQuery.setColumnFamily(String cf)
           
 CountQuery<K,N> CountQuery.setKey(K key)
           
 CountQuery<K,N> CountQuery.setRange(N start, N finish, int count)
           
 



Copyright © 2011. All Rights Reserved.