public class UUIDType extends AbstractType<java.util.UUID>
Modifier and Type | Field and Description |
---|---|
static UUIDType |
instance |
columnComparator, columnReverseComparator, indexComparator, indexReverseComparator, onDiskAtomComparator, reverseComparator
Modifier and Type | Method and Description |
---|---|
CQL3Type |
asCQL3Type() |
int |
compare(java.nio.ByteBuffer b1,
java.nio.ByteBuffer b2) |
java.nio.ByteBuffer |
fromString(java.lang.String source)
get a byte representation of the given string.
|
TypeSerializer<java.util.UUID> |
getSerializer() |
compareCollectionMembers, componentsCount, compose, decompose, fromStringCQL2, getColumnsString, getComponents, getReverseComparator, getString, getString, intersects, intersects, isCollection, isCommutative, isCompatibleWith, isValueCompatibleWith, parseDefaultParameters, toString, validate, validateCollectionMember
public static final UUIDType instance
public int compare(java.nio.ByteBuffer b1, java.nio.ByteBuffer b2)
public java.nio.ByteBuffer fromString(java.lang.String source) throws MarshalException
AbstractType
fromString
in class AbstractType<java.util.UUID>
MarshalException
public CQL3Type asCQL3Type()
asCQL3Type
in class AbstractType<java.util.UUID>
public TypeSerializer<java.util.UUID> getSerializer()
getSerializer
in class AbstractType<java.util.UUID>
Copyright © 2014 The Apache Software Foundation