public class

TimeUUIDSerializer

extends UUIDSerializer
java.lang.Object
   ↳ com.netflix.astyanax.serializers.AbstractSerializer<T>
     ↳ com.netflix.astyanax.serializers.UUIDSerializer
       ↳ com.netflix.astyanax.serializers.TimeUUIDSerializer

Summary

Public Constructors
TimeUUIDSerializer()
Public Methods
ByteBuffer fromString(String str)
Create a ByteBuffer by first parsing the type out of a string
static TimeUUIDSerializer get()
ComparatorType getComparatorType()
ByteBuffer getNext(ByteBuffer byteBuffer)
Return the byte buffer for the next value in sorted order for the matching comparator type.
String getString(ByteBuffer byteBuffer)
[Expand]
Inherited Methods
From class com.netflix.astyanax.serializers.UUIDSerializer
From class com.netflix.astyanax.serializers.AbstractSerializer
From class java.lang.Object
From interface com.netflix.astyanax.Serializer

Public Constructors

public TimeUUIDSerializer ()

Public Methods

public ByteBuffer fromString (String str)

Create a ByteBuffer by first parsing the type out of a string

public static TimeUUIDSerializer get ()

public ComparatorType getComparatorType ()

public ByteBuffer getNext (ByteBuffer byteBuffer)

Return the byte buffer for the next value in sorted order for the matching comparator type. This is used for paginating columns.

public String getString (ByteBuffer byteBuffer)