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

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

Uses of RowSliceQuery in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query that return RowSliceQuery
 RowSliceQuery<K,C> ColumnFamilyQuery.getKeyRange(K startKey, K endKey, String startToken, String endToken, int count)
          Query a range of keys.
 RowSliceQuery<K,C> ColumnFamilyQuery.getKeySlice(Collection<K> keys)
          Query a non-contiguous set of keys.
 RowSliceQuery<K,C> ColumnFamilyQuery.getKeySlice(K... keys)
          Query a non-contiguous set of keys.
 RowSliceQuery<K,C> RowSliceQuery.withColumnRange(ByteBuffer startColumn, ByteBuffer endColumn, boolean reversed, int count)
          Specify a range and provide pre-constructed start and end columns.
 RowSliceQuery<K,C> RowSliceQuery.withColumnRange(ByteBufferRange range)
          Specify a range of composite columns.
 RowSliceQuery<K,C> RowSliceQuery.withColumnRange(C startColumn, C endColumn, boolean reversed, int count)
          Specify a range of columns to return.
 RowSliceQuery<K,C> RowSliceQuery.withColumnSlice(C... columns)
          Specify a non-contiguous set of columns to retrieve.
 RowSliceQuery<K,C> RowSliceQuery.withColumnSlice(Collection<C> columns)
          Specify a non-contiguous set of columns to retrieve.
 RowSliceQuery<K,C> RowSliceQuery.withColumnSlice(ColumnSlice<C> columns)
          Use this when your application caches the column slice.
 

Uses of RowSliceQuery in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement RowSliceQuery
 class AbstractRowSliceQueryImpl<K,C>
           
 

Methods in com.netflix.astyanax.thrift that return RowSliceQuery
 RowSliceQuery<K,C> ThriftColumnFamilyQueryImpl.getKeyRange(K startKey, K endKey, String startToken, String endToken, int count)
           
 RowSliceQuery<K,C> ThriftColumnFamilyQueryImpl.getKeySlice(Collection<K> keys)
           
 RowSliceQuery<K,C> ThriftColumnFamilyQueryImpl.getKeySlice(K[] keys)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnRange(ByteBuffer startColumn, ByteBuffer endColumn, boolean reversed, int count)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnRange(ByteBufferRange range)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnRange(C startColumn, C endColumn, boolean reversed, int count)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnSlice(C... columns)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnSlice(Collection<C> columns)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnSlice(ColumnSlice<C> slice)
           
 



Copyright © 2012. All Rights Reserved.