public class BytesType extends AbstractType<java.nio.ByteBuffer>
AbstractType.ComparisonTypeAssignmentTestable.TestResult| Modifier and Type | Field and Description | 
|---|---|
| static BytesType | instance | 
comparisonType, isByteOrderComparable, reverseComparator| Modifier and Type | Method and Description | 
|---|---|
| CQL3Type | asCQL3Type() | 
| 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.nio.ByteBuffer> | getSerializer() | 
| boolean | isCompatibleWith(AbstractType<?> previous)Returns true if this comparator is compatible with the provided
 previous comparator, that is if previous can safely be replaced by this. | 
| boolean | isValueCompatibleWithInternal(AbstractType<?> otherType)Needed to handle ReversedType in value-compatibility checks. | 
| java.lang.String | toJSONString(java.nio.ByteBuffer buffer,
            ProtocolVersion protocolVersion)Converts the specified value into its JSON representation. | 
asCQLTypeStringList, checkComparable, compare, compareCollectionMembers, compareCustom, compareForCQL, componentsCount, compose, decompose, equals, freeze, freezeNestedMulticellTypes, getComponents, getString, getString, isCollection, isCounter, isEmptyValueMeaningless, isFreezable, isFrozenCollection, isMultiCell, isReversed, isTuple, isUDT, isValueCompatibleWith, parseDefaultParameters, readValue, readValue, referencesDuration, referencesUserType, skipValue, testAssignment, toString, toString, validate, validateCellValue, validateCollectionMember, valueLengthIfFixed, writeValue, writtenLengthpublic static final BytesType instance
public java.nio.ByteBuffer fromString(java.lang.String source)
AbstractTypefromString in class AbstractType<java.nio.ByteBuffer>public Term fromJSONObject(java.lang.Object parsed) throws MarshalException
AbstractTypefromJSONObject in class AbstractType<java.nio.ByteBuffer>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.nio.ByteBuffer>buffer - the value to convertprotocolVersion - the protocol version to use for the conversionpublic boolean isCompatibleWith(AbstractType<?> previous)
AbstractTypeisCompatibleWith in class AbstractType<java.nio.ByteBuffer>public boolean isValueCompatibleWithInternal(AbstractType<?> otherType)
AbstractTypeisValueCompatibleWithInternal in class AbstractType<java.nio.ByteBuffer>public CQL3Type asCQL3Type()
asCQL3Type in class AbstractType<java.nio.ByteBuffer>public TypeSerializer<java.nio.ByteBuffer> getSerializer()
getSerializer in class AbstractType<java.nio.ByteBuffer>Copyright © 2018 The Apache Software Foundation