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

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

Uses of AllRowsQuery in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query that return AllRowsQuery
 AllRowsQuery<K,C> ColumnFamilyQuery.getAllRows()
          Query to get an iterator to all rows in the column family
 AllRowsQuery<K,C> AllRowsQuery.setBlockSize(int blockSize)
          Deprecated. Use setRowLimit instead
 AllRowsQuery<K,C> AllRowsQuery.setExceptionCallback(ExceptionCallback cb)
          Sets the exception handler to use when handling exceptions inside Iterator.next().
 AllRowsQuery<K,C> AllRowsQuery.setRepeatLastToken(boolean repeatLastToken)
          If true will repeat the last token in the previous block.
 AllRowsQuery<K,C> AllRowsQuery.setRowLimit(int rowLimit)
          Maximum number of rows to return for each incremental query to Cassandra.
 AllRowsQuery<K,C> AllRowsQuery.withColumnRange(ByteBuffer startColumn, ByteBuffer endColumn, boolean reversed, int count)
          Specify a range and provide pre-constructed start and end columns.
 AllRowsQuery<K,C> AllRowsQuery.withColumnRange(ByteBufferRange range)
          Specify a range of composite columns.
 AllRowsQuery<K,C> AllRowsQuery.withColumnRange(C startColumn, C endColumn, boolean reversed, int count)
          Specify a range of columns to return.
 AllRowsQuery<K,C> AllRowsQuery.withColumnSlice(C... columns)
          Specify a non-contiguous set of columns to retrieve.
 AllRowsQuery<K,C> AllRowsQuery.withColumnSlice(Collection<C> columns)
          Specify a non-contiguous set of columns to retrieve.
 AllRowsQuery<K,C> AllRowsQuery.withColumnSlice(ColumnSlice<C> columns)
          Use this when your application caches the column slice.
 

Uses of AllRowsQuery in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement AllRowsQuery
 class AbstractThriftAllRowsQueryImpl<K,C>
           
 

Methods in com.netflix.astyanax.thrift that return AllRowsQuery
 AllRowsQuery<K,C> ThriftColumnFamilyQueryImpl.getAllRows()
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.setBlockSize(int blockSize)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.setExceptionCallback(ExceptionCallback cb)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.setRepeatLastToken(boolean repeatLastToken)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.setRowLimit(int rowLimit)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnRange(ByteBuffer startColumn, ByteBuffer endColumn, boolean reversed, int count)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnRange(ByteBufferRange range)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnRange(C startColumn, C endColumn, boolean reversed, int count)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnSlice(C... columns)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnSlice(Collection<C> columns)
           
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnSlice(ColumnSlice<C> slice)
           
 



Copyright © 2012. All Rights Reserved.