public class FrozenType extends AbstractType<java.lang.Void>
reverseComparator
Constructor and Description |
---|
FrozenType() |
Modifier and Type | Method and Description |
---|---|
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.
|
static AbstractType<?> |
getInstance(TypeParser parser) |
TypeSerializer<java.lang.Void> |
getSerializer() |
java.lang.String |
getString(java.nio.ByteBuffer bytes)
get a string representation of the bytes suitable for log messages
|
asCQL3Type, compareCollectionMembers, componentsCount, compose, decompose, freeze, fromStringCQL2, getComponents, getString, isByteOrderComparable, isCollection, isCompatibleWith, isCounter, isMultiCell, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, references, toString, toString, validate, validateCellValue, validateCollectionMember
public static AbstractType<?> getInstance(TypeParser parser) throws ConfigurationException, SyntaxException
public int compare(java.nio.ByteBuffer o1, java.nio.ByteBuffer o2)
public java.lang.String getString(java.nio.ByteBuffer bytes)
AbstractType
getString
in class AbstractType<java.lang.Void>
public java.nio.ByteBuffer fromString(java.lang.String source) throws MarshalException
AbstractType
fromString
in class AbstractType<java.lang.Void>
MarshalException
public TypeSerializer<java.lang.Void> getSerializer()
getSerializer
in class AbstractType<java.lang.Void>
Copyright © 2020 The Apache Software Foundation