|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netflix.astyanax.serializers.AbstractSerializer<Date>
com.netflix.astyanax.serializers.DateSerializer
public final class DateSerializer
Converts bytes to Date and vice versa, by first converting the Date to or from a long which represents the specified number of milliseconds since the standard base time known as "the Unix epoch", that is January 1, 1970, 00:00:00 UTC.
Date
Constructor Summary | |
---|---|
DateSerializer()
|
Method Summary | |
---|---|
Date |
fromByteBuffer(ByteBuffer bytes)
Extract an object of type T from the bytes. |
ByteBuffer |
fromString(String str)
Create a ByteBuffer by first parsing the type out of a string |
static DateSerializer |
get()
|
ByteBuffer |
getNext(ByteBuffer byteBuffer)
Return the byte buffer for the next value in sorted order for the matching comparator type. |
String |
getString(ByteBuffer byteBuffer)
|
ByteBuffer |
toByteBuffer(Date obj)
Extract bytes from the obj of type T |
Methods inherited from class com.netflix.astyanax.serializers.AbstractSerializer |
---|
computeInitialHashSize, fromBytes, fromBytesList, fromBytesMap, fromBytesSet, getComparatorType, toBytes, toBytesList, toBytesList, toBytesMap, toBytesSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateSerializer()
Method Detail |
---|
public static DateSerializer get()
public ByteBuffer toByteBuffer(Date obj)
Serializer
toByteBuffer
in interface Serializer<Date>
toByteBuffer
in class AbstractSerializer<Date>
public Date fromByteBuffer(ByteBuffer bytes)
Serializer
fromByteBuffer
in interface Serializer<Date>
fromByteBuffer
in class AbstractSerializer<Date>
public ByteBuffer fromString(String str)
Serializer
fromString
in interface Serializer<Date>
fromString
in class AbstractSerializer<Date>
public String getString(ByteBuffer byteBuffer)
getString
in interface Serializer<Date>
getString
in class AbstractSerializer<Date>
public ByteBuffer getNext(ByteBuffer byteBuffer)
Serializer
getNext
in interface Serializer<Date>
getNext
in class AbstractSerializer<Date>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |