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 TupleTypeTuples.DelayedValue. typeMethods in org.apache.cassandra.cql3 that return TupleType Modifier and Type Method Description static TupleTypeTuples. getTupleType(AbstractType<?> tuple)Methods in org.apache.cassandra.cql3 with parameters of type TupleType Modifier and Type Method Description static CQL3Type.TupleCQL3Type.Tuple. create(TupleType type)static Tuples.ValueTuples.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 classUserTypeA user defined type.Methods in org.apache.cassandra.db.marshal that return TupleType Modifier and Type Method Description static TupleTypeTupleType. getInstance(TypeParser parser)TupleTypeTupleType. withUpdatedUserType(UserType udt)Methods in org.apache.cassandra.db.marshal with parameters of type TupleType Modifier and Type Method Description static java.nio.ByteBuffer[]TupleType. split(java.nio.ByteBuffer value, int numberOfElements, TupleType type)Split a tuple value into its component values.
-