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 booleanLists.Value. equals(ListType lt, Lists.Value v)static Lists.ValueLists.Value. fromSerialized(java.nio.ByteBuffer value, ListType type, ProtocolVersion version)static Tuples.InValueTuples.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)
-