com.netflix.astyanax.thrift
Class ThriftUtils
java.lang.Object
com.netflix.astyanax.thrift.ThriftUtils
public class ThriftUtils
- extends Object
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 |
EMPTY_BYTE_BUFFER
public static final ByteBuffer EMPTY_BYTE_BUFFER
RANGE_ALL
public static final org.apache.cassandra.thrift.SliceRange RANGE_ALL
MUTATION_OVERHEAD
public static final int MUTATION_OVERHEAD
- See Also:
- Constant Field Values
ThriftUtils
public ThriftUtils()
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.