public class FrozenType extends AbstractType<java.lang.Void>
AbstractType.ComparisonTypeAssignmentTestable.TestResultcomparatorSet, comparisonType, isByteOrderComparable, reverseComparator| Modifier | Constructor and Description |
|---|---|
protected |
FrozenType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static AbstractType<?> |
getInstance(TypeParser parser) |
TypeSerializer<java.lang.Void> |
getSerializer() |
<V> java.lang.String |
getString(V value,
ValueAccessor<V> accessor)
get a string representation of the bytes used for various identifier (NOT just for log messages)
|
java.lang.String |
toJSONString(java.nio.ByteBuffer buffer,
ProtocolVersion protocolVersion)
Converts the specified value into its JSON representation.
|
asCQL3Type, asCQLTypeStringList, checkComparable, compare, compare, compareCollectionMembers, compareCustom, compareForCQL, compose, compose, decompose, expandUserTypes, freeze, freezeNestedMulticellTypes, getComponents, getString, getString, isCollection, isCompatibleWith, isCounter, isEmptyValueMeaningless, isFreezable, isFrozenCollection, isMultiCell, isReversed, isTuple, isUDT, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, read, readArray, readBuffer, readBuffer, referencesDuration, referencesUserType, referencesUserType, skipValue, subTypes, testAssignment, testAssignment, toJSONString, toString, toString, validate, validate, validateCellValue, validateCollectionMember, valueLengthIfFixed, withUpdatedUserType, writeValue, writeValue, writtenLength, writtenLengthpublic static AbstractType<?> getInstance(TypeParser parser) throws ConfigurationException, SyntaxException
public <V> java.lang.String getString(V value,
ValueAccessor<V> accessor)
AbstractTypegetString in class AbstractType<java.lang.Void>public java.nio.ByteBuffer fromString(java.lang.String source)
throws MarshalException
AbstractTypefromString in class AbstractType<java.lang.Void>MarshalExceptionpublic Term fromJSONObject(java.lang.Object parsed) throws MarshalException
AbstractTypefromJSONObject in class AbstractType<java.lang.Void>parsed - the result of parsing a json stringMarshalExceptionpublic java.lang.String toJSONString(java.nio.ByteBuffer buffer,
ProtocolVersion protocolVersion)
AbstractTypeThe buffer position will stay the same.
toJSONString in class AbstractType<java.lang.Void>buffer - the value to convertprotocolVersion - the protocol version to use for the conversionpublic TypeSerializer<java.lang.Void> getSerializer()
getSerializer in class AbstractType<java.lang.Void>Copyright © 2009-2022 The Apache Software Foundation