Uses of Class
me.prettyprint.cassandra.model.IndexedSlicesQuery

Packages that use IndexedSlicesQuery
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.service   
me.prettyprint.cassandra.service.spring   
me.prettyprint.hector.api.factory   
 

Uses of IndexedSlicesQuery in me.prettyprint.cassandra.model
 

Methods in me.prettyprint.cassandra.model that return IndexedSlicesQuery
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.addEqualsExpression(N columnName, V columnValue)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.addGteExpression(N columnName, V columnValue)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.addGtExpression(N columnName, V columnValue)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.addLteExpression(N columnName, V columnValue)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.addLtExpression(N columnName, V columnValue)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.setColumnFamily(String cf)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.setColumnNames(Collection<N> columnNames)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.setColumnNames(N... columnNames)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.setRange(N start, N finish, boolean reversed, int count)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.setReturnKeysOnly()
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.setRowCount(int rowCount)
           
 IndexedSlicesQuery<K,N,V> IndexedSlicesQuery.setStartKey(K startKey)
           
 

Uses of IndexedSlicesQuery in me.prettyprint.cassandra.service
 

Constructors in me.prettyprint.cassandra.service with parameters of type IndexedSlicesQuery
IndexedSlicesIterator(IndexedSlicesQuery<K,N,V> query, K startKey)
           
 

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

Methods in me.prettyprint.cassandra.service.spring that return IndexedSlicesQuery
<K,N,V> IndexedSlicesQuery<K,N,V>
HectorTemplateImpl.createIndexSlicesQuery(Serializer<K> keySerializer, Serializer<N> nameSerializer, Serializer<V> valueSerializer)
           
<K,N,V> IndexedSlicesQuery<K,N,V>
HectorTemplate.createIndexSlicesQuery(Serializer<K> keySerializer, Serializer<N> nameSerializer, Serializer<V> valueSerializer)
           
 

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

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



Copyright © 2011. All Rights Reserved.