public class EmptyType extends AbstractType<java.lang.Void>
AbstractType.ComparisonType
AssignmentTestable.TestResult
Modifier and Type | Field and Description |
---|---|
static EmptyType |
instance |
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
|
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.
|
TypeSerializer<java.lang.Void> |
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)
|
java.nio.ByteBuffer |
readValue(DataInputPlus in) |
java.nio.ByteBuffer |
readValue(DataInputPlus in,
int maxValueSize) |
java.lang.String |
toJSONString(java.nio.ByteBuffer buffer,
ProtocolVersion protocolVersion)
Converts the specified value into its JSON representation.
|
int |
valueLengthIfFixed()
The length of values for this type if all values are of fixed length, -1 otherwise.
|
void |
writeValue(java.nio.ByteBuffer value,
DataOutputPlus out) |
long |
writtenLength(java.nio.ByteBuffer value) |
asCQLTypeStringList, checkComparable, compare, compareCollectionMembers, compareForCQL, componentsCount, compose, decompose, expandUserTypes, freeze, freezeNestedMulticellTypes, getComponents, getString, isCollection, isCompatibleWith, isCounter, isEmptyValueMeaningless, isFreezable, isFrozenCollection, isMultiCell, isReversed, isTuple, isUDT, isValueCompatibleWith, isValueCompatibleWithInternal, parseDefaultParameters, referencesDuration, referencesUserType, skipValue, subTypes, testAssignment, testAssignment, toString, toString, validate, validateCellValue, validateCollectionMember, withUpdatedUserType
public static final EmptyType instance
public int compareCustom(java.nio.ByteBuffer o1, java.nio.ByteBuffer o2)
AbstractType
compareCustom
in class AbstractType<java.lang.Void>
public java.lang.String getString(java.nio.ByteBuffer bytes)
AbstractType
getString
in class AbstractType<java.lang.Void>
public java.nio.ByteBuffer fromString(java.lang.String source) throws MarshalException
AbstractType
fromString
in class AbstractType<java.lang.Void>
MarshalException
public Term fromJSONObject(java.lang.Object parsed) throws MarshalException
AbstractType
fromJSONObject
in class AbstractType<java.lang.Void>
parsed
- the result of parsing a json stringMarshalException
public CQL3Type asCQL3Type()
asCQL3Type
in class AbstractType<java.lang.Void>
public java.lang.String toJSONString(java.nio.ByteBuffer buffer, ProtocolVersion protocolVersion)
AbstractType
The buffer position will stay the same.
toJSONString
in class AbstractType<java.lang.Void>
buffer
- the value to convertprotocolVersion
- the protocol version to use for the conversionpublic TypeSerializer<java.lang.Void> getSerializer()
getSerializer
in class AbstractType<java.lang.Void>
public int valueLengthIfFixed()
AbstractType
valueLengthIfFixed
in class AbstractType<java.lang.Void>
public long writtenLength(java.nio.ByteBuffer value)
writtenLength
in class AbstractType<java.lang.Void>
public java.nio.ByteBuffer readValue(DataInputPlus in)
readValue
in class AbstractType<java.lang.Void>
public java.nio.ByteBuffer readValue(DataInputPlus in, int maxValueSize)
readValue
in class AbstractType<java.lang.Void>
public void writeValue(java.nio.ByteBuffer value, DataOutputPlus out)
writeValue
in class AbstractType<java.lang.Void>
Copyright © 2009-2020 The Apache Software Foundation