Uses of Class
com.netflix.astyanax.model.ColumnSlice

Packages that use ColumnSlice
com.netflix.astyanax.model   
com.netflix.astyanax.query   
com.netflix.astyanax.thrift   
 

Uses of ColumnSlice in com.netflix.astyanax.model
 

Methods in com.netflix.astyanax.model that return ColumnSlice
 ColumnSlice<C> ColumnSlice.setLimit(int limit)
           
 ColumnSlice<C> ColumnSlice.setReversed(boolean value)
           
 

Uses of ColumnSlice in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query with parameters of type ColumnSlice
 RowSliceQuery<K,C> RowSliceQuery.withColumnSlice(ColumnSlice<C> columns)
          Use this when your application caches the column slice.
 RowQuery<K,C> RowQuery.withColumnSlice(ColumnSlice<C> columns)
          Use this when your application caches the column slice.
 IndexQuery<K,C> IndexQuery.withColumnSlice(ColumnSlice<C> columns)
          Use this when your application caches the column slice.
 AllRowsQuery<K,C> AllRowsQuery.withColumnSlice(ColumnSlice<C> columns)
          Use this when your application caches the column slice.
 

Uses of ColumnSlice in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift with parameters of type ColumnSlice
static
<C> org.apache.cassandra.thrift.SlicePredicate
ThriftConverter.getPredicate(ColumnSlice<C> columns, Serializer<C> colSer)
          Return a Hector SlicePredicate based on the provided column slice
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnSlice(ColumnSlice<C> slice)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnSlice(ColumnSlice<C> slice)
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnSlice(ColumnSlice<C> slice)
           
 IndexQuery<K,C> AbstractIndexQueryImpl.withColumnSlice(ColumnSlice<C> slice)
           
 



Copyright © 2012. All Rights Reserved.