public class TimeUUIDType extends AbstractType<java.util.UUID>
| Modifier and Type | Field and Description |
|---|---|
static TimeUUIDType |
instance |
reverseComparator| Modifier and Type | Method and Description |
|---|---|
CQL3Type |
asCQL3Type() |
int |
compare(java.nio.ByteBuffer o1,
java.nio.ByteBuffer o2) |
java.nio.ByteBuffer |
fromString(java.lang.String source)
get a byte representation of the given string.
|
java.nio.ByteBuffer |
fromStringCQL2(java.lang.String source)
for compatibility with TimeUUID in CQL2.
|
TypeSerializer<java.util.UUID> |
getSerializer() |
compareCollectionMembers, componentsCount, compose, decompose, freeze, getComponents, getString, getString, isByteOrderComparable, isCollection, isCompatibleWith, isCounter, isMultiCell, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, references, toString, toString, validate, validateCellValue, validateCollectionMemberpublic static final TimeUUIDType instance
public int compare(java.nio.ByteBuffer o1,
java.nio.ByteBuffer o2)
public java.nio.ByteBuffer fromStringCQL2(java.lang.String source)
throws MarshalException
AbstractTypefromStringCQL2 in class AbstractType<java.util.UUID>MarshalExceptionpublic java.nio.ByteBuffer fromString(java.lang.String source)
throws MarshalException
AbstractTypefromString in class AbstractType<java.util.UUID>MarshalExceptionpublic CQL3Type asCQL3Type()
asCQL3Type in class AbstractType<java.util.UUID>public TypeSerializer<java.util.UUID> getSerializer()
getSerializer in class AbstractType<java.util.UUID>Copyright © 2015 The Apache Software Foundation