public class DynamicCompositeType extends AbstractCompositeType
AbstractCompositeType.ParsedComparatorAbstractType.ComparisonTypeAssignmentTestable.TestResultcomparisonType, isByteOrderComparable, reverseComparator| Modifier and Type | Method and Description | 
|---|---|
| java.nio.ByteBuffer | decompose(java.lang.Object... objects) | 
| protected AbstractType<?> | getAndAppendComparator(int i,
                      java.nio.ByteBuffer bb,
                      java.lang.StringBuilder sb)Adds type information from @param bb to @param sb. | 
| protected AbstractType<?> | getComparator(int i,
             java.nio.ByteBuffer bb) | 
| protected AbstractType<?> | getComparator(int i,
             java.nio.ByteBuffer bb1,
             java.nio.ByteBuffer bb2)Adds DynamicCompositeType type information from @param bb1 to @param bb2. | 
| static DynamicCompositeType | getInstance(java.util.Map<java.lang.Byte,AbstractType<?>> aliases) | 
| static DynamicCompositeType | getInstance(TypeParser parser) | 
| 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. | 
| protected AbstractCompositeType.ParsedComparator | parseComparator(int i,
               java.lang.String part)Used by fromString | 
| protected boolean | readIsStatic(java.nio.ByteBuffer bb) | 
| java.lang.String | toString()This must be overriden by subclasses if necessary so that for any
 AbstractType, this == TypeParser.parse(toString()). | 
| protected AbstractType<?> | validateComparator(int i,
                  java.nio.ByteBuffer bb)Like getComparator, but validates that @param i does not exceed the defined range | 
compareCustom, escape, fromJSONObject, fromString, getSerializer, getString, referencesUserType, split, toJSONString, validateasCQL3Type, asCQLTypeStringList, checkComparable, compare, compareCollectionMembers, compareForCQL, componentsCount, compose, decompose, equals, freeze, freezeNestedMulticellTypes, getComponents, getString, isCollection, isCounter, isEmptyValueMeaningless, isFreezable, isFrozenCollection, isMultiCell, isReversed, isTuple, isUDT, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, readValue, readValue, referencesDuration, skipValue, testAssignment, toString, validateCellValue, validateCollectionMember, valueLengthIfFixed, writeValue, writtenLengthpublic static DynamicCompositeType getInstance(TypeParser parser) throws ConfigurationException, SyntaxException
public static DynamicCompositeType getInstance(java.util.Map<java.lang.Byte,AbstractType<?>> aliases)
protected boolean readIsStatic(java.nio.ByteBuffer bb)
readIsStatic in class AbstractCompositeTypeprotected AbstractType<?> getComparator(int i, java.nio.ByteBuffer bb)
getComparator in class AbstractCompositeTypei - DynamicCompositeType will read the type information from @param bbbb - name of type definitionprotected AbstractType<?> getComparator(int i, java.nio.ByteBuffer bb1, java.nio.ByteBuffer bb2)
AbstractCompositeTypegetComparator in class AbstractCompositeTypei - is ignored.protected AbstractType<?> getAndAppendComparator(int i, java.nio.ByteBuffer bb, java.lang.StringBuilder sb)
AbstractCompositeTypegetAndAppendComparator in class AbstractCompositeTypeprotected AbstractCompositeType.ParsedComparator parseComparator(int i, java.lang.String part)
AbstractCompositeTypeparseComparator in class AbstractCompositeTypeprotected AbstractType<?> validateComparator(int i, java.nio.ByteBuffer bb) throws MarshalException
AbstractCompositeTypevalidateComparator in class AbstractCompositeTypeMarshalExceptionpublic java.nio.ByteBuffer decompose(java.lang.Object... objects)
decompose in class AbstractCompositeTypepublic boolean isCompatibleWith(AbstractType<?> previous)
AbstractTypeisCompatibleWith in class AbstractType<java.nio.ByteBuffer>public java.lang.String toString()
AbstractTypetoString in class AbstractType<java.nio.ByteBuffer>Copyright © 2018 The Apache Software Foundation