Package org.apache.cassandra.db.marshal
Class LegacyTimeUUIDType
- java.lang.Object
-
- org.apache.cassandra.db.marshal.AbstractType<T>
-
- org.apache.cassandra.db.marshal.TemporalType<T>
-
- org.apache.cassandra.db.marshal.AbstractTimeUUIDType<java.util.UUID>
-
- org.apache.cassandra.db.marshal.LegacyTimeUUIDType
-
- All Implemented Interfaces:
java.util.Comparator<java.nio.ByteBuffer>,AssignmentTestable
public class LegacyTimeUUIDType extends AbstractTimeUUIDType<java.util.UUID>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.db.marshal.AbstractType
AbstractType.ComparisonType
-
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.AssignmentTestable
AssignmentTestable.TestResult
-
-
Field Summary
Fields Modifier and Type Field Description static LegacyTimeUUIDTypeinstance-
Fields inherited from class org.apache.cassandra.db.marshal.AbstractType
comparatorSet, comparisonType, isByteOrderComparable, reverseComparator
-
-
Constructor Summary
Constructors Constructor Description LegacyTimeUUIDType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeSerializer<java.util.UUID>getSerializer()-
Methods inherited from class org.apache.cassandra.db.marshal.AbstractTimeUUIDType
addDuration, asCQL3Type, compareCustom, decomposeUntyped, equals, fromJSONObject, fromString, isEmptyValueMeaningless, now, reorderTimestampBytes, signedBytesToNativeLong, substractDuration, toTimeInMillis, valueLengthIfFixed
-
Methods inherited from class org.apache.cassandra.db.marshal.TemporalType
fromTimeInMillis, validateDuration
-
Methods inherited from class org.apache.cassandra.db.marshal.AbstractType
asCQLTypeStringList, checkComparable, compare, compare, compareCollectionMembers, compareForCQL, compose, compose, decompose, expandUserTypes, freeze, freezeNestedMulticellTypes, getComponents, getString, getString, getString, isCollection, isCompatibleWith, isCounter, isFreezable, isFrozenCollection, isMultiCell, isReversed, isSerializationCompatibleWith, isTuple, isUDT, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, read, readArray, readBuffer, readBuffer, referencesDuration, referencesUserType, referencesUserType, skipValue, subTypes, testAssignment, testAssignment, toCQLString, toJSONString, toJSONString, toString, toString, udfType, unwrap, validate, validate, validateCellValue, validateCollectionMember, withUpdatedUserType, writeValue, writeValue, writtenLength, writtenLength
-
-
-
-
Field Detail
-
instance
public static final LegacyTimeUUIDType instance
-
-
Method Detail
-
getSerializer
public TypeSerializer<java.util.UUID> getSerializer()
- Specified by:
getSerializerin classAbstractType<java.util.UUID>
-
-