Uses of Interface
com.netflix.astyanax.model.ByteBufferRange

Packages that use ByteBufferRange
com.netflix.astyanax.query   
com.netflix.astyanax.serializers   
com.netflix.astyanax.thrift   
com.netflix.astyanax.util   
 

Uses of ByteBufferRange in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query with parameters of type ByteBufferRange
 RowSliceQuery<K,C> RowSliceQuery.withColumnRange(ByteBufferRange range)
          Specify a range of composite columns.
 RowQuery<K,C> RowQuery.withColumnRange(ByteBufferRange range)
          Specify a range of composite columns.
 IndexQuery<K,C> IndexQuery.withColumnRange(ByteBufferRange range)
          Specify a range of composite columns.
 AllRowsQuery<K,C> AllRowsQuery.withColumnRange(ByteBufferRange range)
          Specify a range of composite columns.
 

Uses of ByteBufferRange in com.netflix.astyanax.serializers
 

Classes in com.netflix.astyanax.serializers that implement ByteBufferRange
 class CompositeRangeBuilder
           
 

Methods in com.netflix.astyanax.serializers that return ByteBufferRange
 ByteBufferRange CompositeRangeBuilder.build()
           
 

Uses of ByteBufferRange in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift with parameters of type ByteBufferRange
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.withColumnRange(ByteBufferRange range)
           
 RowSliceQuery<K,C> AbstractRowSliceQueryImpl.withColumnRange(ByteBufferRange range)
           
 RowQuery<K,C> AbstractRowQueryImpl.withColumnRange(ByteBufferRange range)
           
 IndexQuery<K,C> AbstractIndexQueryImpl.withColumnRange(ByteBufferRange range)
           
 

Uses of ByteBufferRange in com.netflix.astyanax.util
 

Classes in com.netflix.astyanax.util that implement ByteBufferRange
 class ByteBufferRangeImpl
           
 

Methods in com.netflix.astyanax.util that return ByteBufferRange
 ByteBufferRange RangeBuilder.build()
           
 



Copyright © 2012. All Rights Reserved.