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

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

Introduction

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

The text is from its open source code.

Field

Method

List>allTypes()
FieldIdentifierfieldName(int i)
StringfieldNameAsString(int i)
AbstractTypefieldType(int i)
UserTypegetInstance(TypeParser parser)
intsize()
ByteBuffer[]split(ByteBuffer value)
Split a tuple value into its component values.
AbstractTypetype(int i)