public class SimpleDateType extends TemporalType<java.lang.Integer>
AbstractType.ComparisonTypeAssignmentTestable.TestResult| Modifier and Type | Field and Description |
|---|---|
static SimpleDateType |
instance |
comparatorSet, 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.
|
java.nio.ByteBuffer |
fromTimeInMillis(long millis)
Returns the temporal value corresponding to the specified UNIX timestamp.
|
TypeSerializer<java.lang.Integer> |
getSerializer() |
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.
|
long |
toTimeInMillis(java.nio.ByteBuffer buffer)
Converts this temporal in UNIX timestamp.
|
protected void |
validateDuration(Duration duration)
Validates that the duration has the correct precision.
|
addDuration, now, substractDurationasCQLTypeStringList, checkComparable, compare, compare, compareCollectionMembers, compareCustom, compareForCQL, compose, compose, decompose, expandUserTypes, freeze, freezeNestedMulticellTypes, getComponents, getString, getString, getString, isCollection, isCompatibleWith, isCounter, isEmptyValueMeaningless, isFreezable, isFrozenCollection, isMultiCell, isReversed, isTuple, isUDT, isValueCompatibleWith, parseDefaultParameters, read, readArray, readBuffer, readBuffer, referencesDuration, referencesUserType, referencesUserType, skipValue, subTypes, testAssignment, testAssignment, toJSONString, toString, toString, validate, validate, validateCellValue, validateCollectionMember, valueLengthIfFixed, withUpdatedUserType, writeValue, writeValue, writtenLength, writtenLengthpublic static final SimpleDateType instance
public java.nio.ByteBuffer fromString(java.lang.String source)
throws MarshalException
AbstractTypefromString in class AbstractType<java.lang.Integer>MarshalExceptionpublic java.nio.ByteBuffer fromTimeInMillis(long millis)
throws MarshalException
TemporalTypefromTimeInMillis in class TemporalType<java.lang.Integer>millis - the UNIX timestamp to convertMarshalExceptionpublic long toTimeInMillis(java.nio.ByteBuffer buffer)
throws MarshalException
TemporalTypetoTimeInMillis in class TemporalType<java.lang.Integer>buffer - the temporal value.MarshalExceptionpublic boolean isValueCompatibleWithInternal(AbstractType<?> otherType)
AbstractTypeisValueCompatibleWithInternal in class AbstractType<java.lang.Integer>public Term fromJSONObject(java.lang.Object parsed) throws MarshalException
AbstractTypefromJSONObject in class AbstractType<java.lang.Integer>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.Integer>buffer - the value to convertprotocolVersion - the protocol version to use for the conversionpublic CQL3Type asCQL3Type()
asCQL3Type in class AbstractType<java.lang.Integer>public TypeSerializer<java.lang.Integer> getSerializer()
getSerializer in class AbstractType<java.lang.Integer>protected void validateDuration(Duration duration)
TemporalTypevalidateDuration in class TemporalType<java.lang.Integer>duration - the duration to validate.Copyright © 2009-2020 The Apache Software Foundation