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

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

Uses of CollectionType in org.apache.cassandra.cql3.operations
 

Methods in org.apache.cassandra.cql3.operations with parameters of type CollectionType
 void ColumnOperation.execute(ColumnFamily cf, ColumnNameBuilder builder, CollectionType validator, UpdateParameters params, java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
           
 void ListOperation.execute(ColumnFamily cf, ColumnNameBuilder builder, CollectionType validator, UpdateParameters params, java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
           
 void MapOperation.execute(ColumnFamily cf, ColumnNameBuilder builder, CollectionType validator, UpdateParameters params, java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
           
 void Operation.execute(ColumnFamily cf, ColumnNameBuilder builder, CollectionType validator, UpdateParameters params, java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
           
 void SetOperation.execute(ColumnFamily cf, ColumnNameBuilder builder, CollectionType validator, UpdateParameters params, java.util.List<Pair<java.nio.ByteBuffer,IColumn>> list)
           
 

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 © 2012 The Apache Software Foundation