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

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

Uses of CollectionType in org.apache.cassandra.cql3
 

Constructors in org.apache.cassandra.cql3 with parameters of type CollectionType
CQL3Type.Collection(CollectionType type)
           
 

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

Subclasses of CollectionType in org.apache.cassandra.db.marshal
 class ListType<T>
           
 class MapType<K,V>
           
 class SetType<T>
           
 

Fields in org.apache.cassandra.db.marshal with type parameters of type CollectionType
 java.util.Map<java.nio.ByteBuffer,CollectionType> ColumnToCollectionType.defined
           
 

Methods in org.apache.cassandra.db.marshal that return types with arguments of type CollectionType
 java.util.Map<java.nio.ByteBuffer,CollectionType> TypeParser.getCollectionsParameters()
           
 

Method parameters in org.apache.cassandra.db.marshal with type arguments of type CollectionType
static ColumnToCollectionType ColumnToCollectionType.getInstance(java.util.Map<java.nio.ByteBuffer,CollectionType> defined)
           
static java.lang.String TypeParser.stringifyCollectionsParameters(java.util.Map<java.nio.ByteBuffer,CollectionType> collections)
           
 



Copyright © 2013 The Apache Software Foundation