public class SimpleDateType extends AbstractType<java.lang.Integer>
AbstractType.ComparisonType
Modifier and Type | Field and Description |
---|---|
static SimpleDateType |
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.
|
java.nio.ByteBuffer |
fromTimeInMillis(long millis) |
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,
int protocolVersion)
Converts a value to a JSON string.
|
long |
toTimeInMillis(java.nio.ByteBuffer buffer) |
asCQLTypeStringList, checkComparable, compare, compareCollectionMembers, compareCustom, compareForCQL, componentsCount, compose, decompose, freeze, getComponents, getString, getString, isCollection, isCompatibleWith, isCounter, isEmptyValueMeaningless, isFrozenCollection, isMultiCell, isReversed, isValueCompatibleWith, parseDefaultParameters, readValue, referencesUserType, skipValue, toString, toString, validate, validateCellValue, validateCollectionMember, valueLengthIfFixed, writeValue, writtenLength
public static final SimpleDateType instance
public java.nio.ByteBuffer fromString(java.lang.String source) throws MarshalException
AbstractType
fromString
in class AbstractType<java.lang.Integer>
MarshalException
public java.nio.ByteBuffer fromTimeInMillis(long millis) throws MarshalException
MarshalException
public long toTimeInMillis(java.nio.ByteBuffer buffer) throws MarshalException
MarshalException
public boolean isValueCompatibleWithInternal(AbstractType<?> otherType)
AbstractType
isValueCompatibleWithInternal
in class AbstractType<java.lang.Integer>
public Term fromJSONObject(java.lang.Object parsed) throws MarshalException
AbstractType
fromJSONObject
in class AbstractType<java.lang.Integer>
parsed
- the result of parsing a json stringMarshalException
public java.lang.String toJSONString(java.nio.ByteBuffer buffer, int protocolVersion)
AbstractType
toJSONString
in class AbstractType<java.lang.Integer>
public CQL3Type asCQL3Type()
asCQL3Type
in class AbstractType<java.lang.Integer>
public TypeSerializer<java.lang.Integer> getSerializer()
getSerializer
in class AbstractType<java.lang.Integer>
Copyright © 2016 The Apache Software Foundation