public class FrozenType extends AbstractType<java.lang.Void>
AbstractType.ComparisonTypeAssignmentTestable.TestResultcomparisonType, 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() | 
| java.lang.String | getString(java.nio.ByteBuffer bytes)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, compareCollectionMembers, compareCustom, compareForCQL, componentsCount, compose, decompose, equals, freeze, freezeNestedMulticellTypes, getComponents, getString, isCollection, isCompatibleWith, isCounter, isEmptyValueMeaningless, isFreezable, isFrozenCollection, isMultiCell, isReversed, isTuple, isUDT, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, readValue, readValue, referencesDuration, referencesUserType, skipValue, testAssignment, toString, toString, validate, validateCellValue, validateCollectionMember, valueLengthIfFixed, writeValue, writtenLengthpublic static AbstractType<?> getInstance(TypeParser parser) throws ConfigurationException, SyntaxException
public java.lang.String getString(java.nio.ByteBuffer bytes)
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 © 2018 The Apache Software Foundation