Uses of Class
org.apache.cassandra.serializers.SetSerializer
-
Packages that use SetSerializer Package Description org.apache.cassandra.db.marshal org.apache.cassandra.serializers -
-
Uses of SetSerializer in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return SetSerializer Modifier and Type Method Description SetSerializer<T>
SetType. getSerializer()
-
Uses of SetSerializer in org.apache.cassandra.serializers
Methods in org.apache.cassandra.serializers that return SetSerializer Modifier and Type Method Description static <T> SetSerializer<T>
SetSerializer. getInstance(TypeSerializer<T> elements, ValueComparators comparators)
-