Uses of Interface
com.netflix.astyanax.query.RowQuery

Packages that use RowQuery
com.netflix.astyanax.query   
com.netflix.astyanax.thrift   
 

Uses of RowQuery in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query that return RowQuery
 RowQuery<K,C> RowQuery.autoPaginate(boolean enabled)
          When used in conjunction with a column range this will call subsequent calls to execute() to get the next block of columns.
 RowQuery<K,C> ColumnFamilyQuery.getKey(K rowKey)
          Query a single key
 RowQuery<K,C> RowQuery.setIsPaginating()
          Deprecated. 
 RowQuery<K,C> RowQuery.withColumnRange(ByteBuffer startColumn, ByteBuffer endColumn, boolean reversed, int count)
          Specify a range and provide pre-constructed start and end columns.
 RowQuery<K,C> RowQuery.withColumnRange(ByteBufferRange range)
          Specify a range of composite columns.
 RowQuery<K,C> RowQuery.withColumnRange(C startColumn, C endColumn, boolean reversed, int count)
          Specify a range of columns to return.
 RowQuery<K,C> RowQuery.withColumnSlice(C... columns)
          Specify a non-contiguous set of columns to retrieve.
 RowQuery<K,C> RowQuery.withColumnSlice(Collection<C> columns)
          Specify a non-contiguous set of columns to retrieve.
 RowQuery<K,C> RowQuery.withColumnSlice(ColumnSlice<C> columns)
          Use this when your application caches the column slice.
 

Uses of RowQuery in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement RowQuery
 class AbstractRowQueryImpl<K,C>
           
 

Methods in com.netflix.astyanax.thrift that return RowQuery
 RowQuery<K,C> AbstractRowQueryImpl.autoPaginate(boolean enabled)
           
 RowQuery<K,C> ThriftColumnFamilyQueryImpl.getKey(K rowKey)
           
 RowQuery<K,C> AbstractRowQueryImpl.setIsPaginating()
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnRange(ByteBuffer startColumn, ByteBuffer endColumn, boolean reversed, int count)
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnRange(ByteBufferRange range)
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnRange(C startColumn, C endColumn, boolean reversed, int count)
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnSlice(C... columns)
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnSlice(Collection<C> columns)
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnSlice(ColumnSlice<C> slice)
           
 



Copyright © 2012. All Rights Reserved.