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