com.netflix.astyanax.serializers
Class TimeUUIDSerializer
java.lang.Object
com.netflix.astyanax.serializers.AbstractSerializer<UUID>
com.netflix.astyanax.serializers.UUIDSerializer
com.netflix.astyanax.serializers.TimeUUIDSerializer
- All Implemented Interfaces:
- Serializer<UUID>
public class TimeUUIDSerializer
- extends UUIDSerializer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeUUIDSerializer
public TimeUUIDSerializer()
get
public static TimeUUIDSerializer get()
getComparatorType
public ComparatorType getComparatorType()
- Specified by:
getComparatorType
in interface Serializer<UUID>
- Overrides:
getComparatorType
in class UUIDSerializer
fromString
public ByteBuffer fromString(String str)
- Description copied from interface:
Serializer
- Create a ByteBuffer by first parsing the type out of a string
- Specified by:
fromString
in interface Serializer<UUID>
- Overrides:
fromString
in class UUIDSerializer
- Returns:
getString
public String getString(ByteBuffer byteBuffer)
- Specified by:
getString
in interface Serializer<UUID>
- Overrides:
getString
in class UUIDSerializer
getNext
public ByteBuffer getNext(ByteBuffer byteBuffer)
- Description copied from interface:
Serializer
- Return the byte buffer for the next value in sorted order for the matching comparator type.
This is used for paginating columns.
- Specified by:
getNext
in interface Serializer<UUID>
- Overrides:
getNext
in class UUIDSerializer
- Returns:
Copyright © 2012. All Rights Reserved.