Uses of Class
org.apache.cassandra.db.marshal.SetType
Packages that use SetType
-
Uses of SetType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return SetTypeModifier and TypeMethodDescriptionstatic <T> SetType<?>Sets.getExactSetTypeIfKnown(List<T> items, Function<T, AbstractType<?>> mapper) Returns the exact SetType from the items if it can be known.static <T> SetType<?>Sets.getPreferredCompatibleType(List<T> items, Function<T, AbstractType<?>> mapper) Methods in org.apache.cassandra.cql3 with parameters of type SetTypeModifier and TypeMethodDescriptionbooleanSets.Value.equals(SetType<?> st, Sets.Value v) static <T> Sets.ValueSets.Value.fromSerialized(ByteBuffer value, SetType<T> type) -
Uses of SetType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return SetTypeModifier and TypeMethodDescriptionstatic <T> SetType<T>SetType.getInstance(AbstractType<T> elements, boolean isMultiCell) static SetType<?>SetType.getInstance(TypeParser parser) SetType<?>SetType.withUpdatedUserType(UserType udt)