public class UUIDType extends AbstractType<java.util.UUID>
Modifier and Type | Field and Description |
---|---|
static UUIDType |
instance |
reverseComparator
Modifier and Type | Method and Description |
---|---|
CQL3Type |
asCQL3Type() |
int |
compare(java.nio.ByteBuffer b1,
java.nio.ByteBuffer b2) |
Term |
fromJSONObject(java.lang.Object parsed)
Given a parsed JSON string, return a byte representation of the object.
|
java.nio.ByteBuffer |
fromString(java.lang.String source)
get a byte representation of the given string.
|
TypeSerializer<java.util.UUID> |
getSerializer() |
boolean |
isEmptyValueMeaningless()
|
boolean |
isValueCompatibleWithInternal(AbstractType<?> otherType)
Needed to handle ReversedType in value-compatibility checks.
|
asCQLTypeStringList, compareCollectionMembers, componentsCount, compose, decompose, freeze, getComponents, getString, getString, isByteOrderComparable, isCollection, isCompatibleWith, isCounter, isFrozenCollection, isMultiCell, isReversed, isValueCompatibleWith, parseDefaultParameters, references, toJSONString, toString, toString, validate, validateCellValue, validateCollectionMember
public static final UUIDType instance
public boolean isEmptyValueMeaningless()
AbstractType
isEmptyValueMeaningless
in class AbstractType<java.util.UUID>
public int compare(java.nio.ByteBuffer b1, java.nio.ByteBuffer b2)
public boolean isValueCompatibleWithInternal(AbstractType<?> otherType)
AbstractType
isValueCompatibleWithInternal
in class AbstractType<java.util.UUID>
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>
public Term fromJSONObject(java.lang.Object parsed) throws MarshalException
AbstractType
fromJSONObject
in class AbstractType<java.util.UUID>
parsed
- the result of parsing a json stringMarshalException
Copyright © 2018 The Apache Software Foundation