Uses of Class
org.apache.cassandra.db.marshal.ListType
Packages that use ListType
-
Uses of ListType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return ListTypeModifier and TypeMethodDescriptionstatic <T> ListType<?>Lists.getExactListTypeIfKnown(List<T> items, Function<T, AbstractType<?>> mapper) Returns the exact ListType from the items if it can be known.static <T> ListType<?>Lists.getPreferredCompatibleType(List<T> items, Function<T, AbstractType<?>> mapper) Methods in org.apache.cassandra.cql3 with parameters of type ListTypeModifier and TypeMethodDescriptionbooleanLists.Value.equals(ListType<?> lt, Lists.Value v) static <T> Lists.ValueLists.Value.fromSerialized(ByteBuffer value, ListType<T> type) static <T> Tuples.InValueTuples.InValue.fromSerialized(ByteBuffer value, ListType<T> type) -
Uses of ListType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return ListTypeModifier and TypeMethodDescriptionstatic <T> ListType<T>ListType.getInstance(AbstractType<T> elements, boolean isMultiCell) static ListType<?>ListType.getInstance(TypeParser parser) ListType<?>ListType.withUpdatedUserType(UserType udt)