public class

ThriftUtils

extends Object
java.lang.Object
   ↳ com.netflix.astyanax.thrift.ThriftUtils

Summary

Constants
int MUTATION_OVERHEAD
Fields
public static final ByteBuffer EMPTY_BYTE_BUFFER
public static final SliceRange RANGE_ALL
Public Constructors
ThriftUtils()
Public Methods
static <C> SliceRange createSliceRange(Serializer<C> serializer, C startColumn, C endColumn, boolean reversed, int limit)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int MUTATION_OVERHEAD

Constant Value: 20 (0x00000014)

Fields

public static final ByteBuffer EMPTY_BYTE_BUFFER

public static final SliceRange RANGE_ALL

Public Constructors

public ThriftUtils ()

Public Methods

public static SliceRange createSliceRange (Serializer<C> serializer, C startColumn, C endColumn, boolean reversed, int limit)