Java org.apache.cassandra.db.marshal AbstractType fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.db.marshal AbstractType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.db.marshal AbstractType.

The text is from its open source code.

Subclass

org.apache.cassandra.db.marshal.AbstractType has subclasses.
Click this link to see all its subclasses.

Method

CQL3TypeasCQL3Type()
intcompare(ByteBuffer left, ByteBuffer right)
Tcompose(ByteBuffer bytes)
ByteBufferdecompose(T value)
ByteBufferfromString(String source)
get a byte representation of the given string.
List>getComponents()
Return a list of the "subcomponents" this type has.
TypeSerializergetSerializer()
StringgetString(ByteBuffer bytes)
get a string representation of the bytes used for various identifier (NOT just for log messages)
StringgetString(Collection names)
booleanisCollection()
booleanisFrozenCollection()
StringtoString()
This must be overriden by subclasses if necessary so that for any AbstractType, this == TypeParser.parse(toString()).
voidvalidate(ByteBuffer bytes)