Uses of Class
org.apache.cassandra.db.marshal.SetType

Packages that use SetType
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
static Sets.Value Sets.Value.fromSerialized(java.nio.ByteBuffer value, SetType type)
           
 

Uses of SetType in org.apache.cassandra.db.marshal
 

Methods in org.apache.cassandra.db.marshal that return SetType
static
<T> SetType<T>
SetType.getInstance(AbstractType<T> elements)
           
static SetType<?> SetType.getInstance(TypeParser parser)
           
 



Copyright © 2013 The Apache Software Foundation