public class ReversedType<T> extends AbstractType<T>
AbstractType.ComparisonTypeAssignmentTestable.TestResult| Modifier and Type | Field and Description | 
|---|---|
| AbstractType<T> | baseType | 
comparisonType, isByteOrderComparable, reverseComparator| Modifier and Type | Method and Description | 
|---|---|
| CQL3Type | asCQL3Type() | 
| int | compareCustom(java.nio.ByteBuffer o1,
             java.nio.ByteBuffer o2)Implement IFF ComparisonType is CUSTOM
 Compares the ByteBuffer representation of two instances of this class,
 for types where this cannot be done by simple in-order comparison of the
 unsigned bytes
 Standard Java compare semantics | 
| int | compareForCQL(java.nio.ByteBuffer v1,
             java.nio.ByteBuffer v2)Same as compare except that this ignore ReversedType. | 
| 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 <T> ReversedType<T> | getInstance(AbstractType<T> baseType) | 
| static <T> ReversedType<T> | getInstance(TypeParser parser) | 
| TypeSerializer<T> | 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) | 
| boolean | isCompatibleWith(AbstractType<?> otherType)Returns true if this comparator is compatible with the provided
 previous comparator, that is if previous can safely be replaced by this. | 
| boolean | isEmptyValueMeaningless() | 
| boolean | isReversed() | 
| boolean | isValueCompatibleWith(AbstractType<?> otherType)Returns true if values of the other AbstractType can be read and "reasonably" interpreted by the this
 AbstractType. | 
| boolean | referencesUserType(java.lang.String userTypeName) | 
| java.lang.String | toJSONString(java.nio.ByteBuffer buffer,
            ProtocolVersion protocolVersion)Converts the specified value into its JSON representation. | 
| java.lang.String | toString()This must be overriden by subclasses if necessary so that for any
 AbstractType, this == TypeParser.parse(toString()). | 
| protected int | valueLengthIfFixed()The length of values for this type if all values are of fixed length, -1 otherwise. | 
asCQLTypeStringList, checkComparable, compare, compareCollectionMembers, componentsCount, compose, decompose, equals, freeze, freezeNestedMulticellTypes, getComponents, getString, isCollection, isCounter, isFreezable, isFrozenCollection, isMultiCell, isTuple, isUDT, isValueCompatibleWithInternal, parseDefaultParameters, readValue, readValue, referencesDuration, skipValue, testAssignment, toString, validate, validateCellValue, validateCollectionMember, writeValue, writtenLengthpublic final AbstractType<T> baseType
public static <T> ReversedType<T> getInstance(TypeParser parser) throws ConfigurationException, SyntaxException
public static <T> ReversedType<T> getInstance(AbstractType<T> baseType)
public boolean isEmptyValueMeaningless()
AbstractTypeisEmptyValueMeaningless in class AbstractType<T>public int compareCustom(java.nio.ByteBuffer o1,
                         java.nio.ByteBuffer o2)
AbstractTypecompareCustom in class AbstractType<T>public int compareForCQL(java.nio.ByteBuffer v1,
                         java.nio.ByteBuffer v2)
AbstractTypecompareForCQL in class AbstractType<T>public java.lang.String getString(java.nio.ByteBuffer bytes)
AbstractTypegetString in class AbstractType<T>public java.nio.ByteBuffer fromString(java.lang.String source)
AbstractTypefromString in class AbstractType<T>public Term fromJSONObject(java.lang.Object parsed) throws MarshalException
AbstractTypefromJSONObject in class AbstractType<T>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<T>buffer - the value to convertprotocolVersion - the protocol version to use for the conversionpublic boolean isCompatibleWith(AbstractType<?> otherType)
AbstractTypeisCompatibleWith in class AbstractType<T>public boolean isValueCompatibleWith(AbstractType<?> otherType)
AbstractTypeisValueCompatibleWith in class AbstractType<T>public CQL3Type asCQL3Type()
asCQL3Type in class AbstractType<T>public TypeSerializer<T> getSerializer()
getSerializer in class AbstractType<T>public boolean referencesUserType(java.lang.String userTypeName)
referencesUserType in class AbstractType<T>protected int valueLengthIfFixed()
AbstractTypevalueLengthIfFixed in class AbstractType<T>public boolean isReversed()
isReversed in class AbstractType<T>public java.lang.String toString()
AbstractTypetoString in class AbstractType<T>Copyright © 2018 The Apache Software Foundation