Uses of Class
org.apache.cassandra.db.marshal.TupleType
-
Packages that use TupleType Package Description org.apache.cassandra.cql3 org.apache.cassandra.db.marshal -
-
Uses of TupleType in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as TupleType Modifier and Type Field Description TupleType
Tuples.DelayedValue. type
Methods in org.apache.cassandra.cql3 that return TupleType Modifier and Type Method Description static TupleType
Tuples. getTupleType(AbstractType<?> tuple)
Methods in org.apache.cassandra.cql3 with parameters of type TupleType Modifier and Type Method Description static CQL3Type.Tuple
CQL3Type.Tuple. create(TupleType type)
static Tuples.Value
Tuples.Value. fromSerialized(java.nio.ByteBuffer bytes, TupleType type)
Constructors in org.apache.cassandra.cql3 with parameters of type TupleType Constructor Description DelayedValue(TupleType type, java.util.List<Term> elements)
-
Uses of TupleType in org.apache.cassandra.db.marshal
Subclasses of TupleType in org.apache.cassandra.db.marshal Modifier and Type Class Description class
UserType
A user defined type.Methods in org.apache.cassandra.db.marshal that return TupleType Modifier and Type Method Description static TupleType
TupleType. getInstance(TypeParser parser)
TupleType
TupleType. withUpdatedUserType(UserType udt)
-