com.netflix.astyanax.thrift
Class ThriftUtils

java.lang.Object
  extended by com.netflix.astyanax.thrift.ThriftUtils

public class ThriftUtils
extends Object


Field Summary
static ByteBuffer EMPTY_BYTE_BUFFER
           
static org.apache.cassandra.thrift.SliceRange RANGE_ALL
           
 
Constructor Summary
ThriftUtils()
           
 
Method Summary
static
<C> org.apache.cassandra.thrift.SliceRange
createSliceRange(Serializer<C> serializer, C startColumn, C endColumn, boolean reversed, int limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_BYTE_BUFFER

public static final ByteBuffer EMPTY_BYTE_BUFFER

RANGE_ALL

public static final org.apache.cassandra.thrift.SliceRange RANGE_ALL
Constructor Detail

ThriftUtils

public ThriftUtils()
Method Detail

createSliceRange

public static <C> org.apache.cassandra.thrift.SliceRange createSliceRange(Serializer<C> serializer,
                                                                          C startColumn,
                                                                          C endColumn,
                                                                          boolean reversed,
                                                                          int limit)


Copyright © 2012. All Rights Reserved.