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

Packages that use ListType
org.apache.cassandra.cql3   
org.apache.cassandra.db.marshal   
 

Uses of ListType in org.apache.cassandra.cql3
 

Methods in org.apache.cassandra.cql3 with parameters of type ListType
static Lists.Value Lists.Value.fromSerialized(java.nio.ByteBuffer value, ListType type)
           
 

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

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



Copyright © 2013 The Apache Software Foundation