Uses of Class
org.apache.cassandra.db.marshal.ListType
-
Packages that use ListType Package Description org.apache.cassandra.cql3 org.apache.cassandra.db.marshal -
-
Uses of ListType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type ListType Modifier and Type Method Description boolean
Lists.Value. equals(ListType lt, Lists.Value v)
static Lists.Value
Lists.Value. fromSerialized(java.nio.ByteBuffer value, ListType type, ProtocolVersion version)
static Tuples.InValue
Tuples.InValue. fromSerialized(java.nio.ByteBuffer value, ListType type, QueryOptions options)
-
Uses of ListType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return ListType Modifier and Type Method Description static <T> ListType<T>
ListType. getInstance(AbstractType<T> elements, boolean isMultiCell)
static ListType<?>
ListType. getInstance(TypeParser parser)
ListType<?>
ListType. withUpdatedUserType(UserType udt)
-