Uses of Class
me.prettyprint.cassandra.service.template.IndexedSlicesPredicate

Packages that use IndexedSlicesPredicate
me.prettyprint.cassandra.service.template   
 

Uses of IndexedSlicesPredicate in me.prettyprint.cassandra.service.template
 

Methods in me.prettyprint.cassandra.service.template that return IndexedSlicesPredicate
 IndexedSlicesPredicate<K,N,V> IndexedSlicesPredicate.addExpression(N columnName, org.apache.cassandra.thrift.IndexOperator op, V value)
           
 IndexedSlicesPredicate<K,N,V> IndexedSlicesPredicate.count(int count)
           
 IndexedSlicesPredicate<K,N,V> IndexedSlicesPredicate.startKey(K key)
           
 

Methods in me.prettyprint.cassandra.service.template with parameters of type IndexedSlicesPredicate
protected
<V> ColumnFamilyResult<K,N>
ThriftColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate)
           
protected abstract
<V> ColumnFamilyResult<K,N>
ColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate)
           
protected
<R,V> MappedColumnFamilyResult<K,N,R>
ThriftColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate, ColumnFamilyRowMapper<K,N,R> mapper)
           
protected abstract
<R,V> MappedColumnFamilyResult<K,N,R>
ColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate, ColumnFamilyRowMapper<K,N,R> mapper)
           
protected
<V> ColumnFamilyResult<K,N>
ThriftColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate, HSlicePredicate<N> slicePredicate)
           
protected abstract
<V> ColumnFamilyResult<K,N>
ColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate, HSlicePredicate<N> slicePredicate)
           
protected
<R,V> MappedColumnFamilyResult<K,N,R>
ThriftColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate, HSlicePredicate<N> slicePredicate, ColumnFamilyRowMapper<K,N,R> mapper)
           
protected abstract
<R,V> MappedColumnFamilyResult<K,N,R>
ColumnFamilyTemplate.doExecuteIndexedSlices(IndexedSlicesPredicate<K,N,V> predicate, HSlicePredicate<N> slicePredicate, ColumnFamilyRowMapper<K,N,R> mapper)
           
<V> ColumnFamilyResult<K,N>
ColumnFamilyTemplate.queryColumns(IndexedSlicesPredicate<K,N,V> predicate)
           
<R,V> MappedColumnFamilyResult<K,N,R>
ColumnFamilyTemplate.queryColumns(IndexedSlicesPredicate<K,N,V> predicate, ColumnFamilyRowMapper<K,N,R> mapper)
           
<V> ColumnFamilyResult<K,N>
ColumnFamilyTemplate.queryColumns(IndexedSlicesPredicate<K,N,V> predicate, HSlicePredicate<N> slicePredicate)
           
<R,V> MappedColumnFamilyResult<K,N,R>
ColumnFamilyTemplate.queryColumns(IndexedSlicesPredicate<K,N,V> predicate, HSlicePredicate<N> slicePredicate, ColumnFamilyRowMapper<K,N,R> mapper)
           
<V> ColumnFamilyResult<K,N>
ColumnFamilyTemplate.queryColumns(IndexedSlicesPredicate<K,N,V> predicate, List<N> columns)
           
<R,V> MappedColumnFamilyResult<K,N,R>
ColumnFamilyTemplate.queryColumns(IndexedSlicesPredicate<K,N,V> predicate, List<N> columns, ColumnFamilyRowMapper<K,N,R> mapper)
           
 



Copyright © 2012. All Rights Reserved.