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

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

Uses of MapType in org.apache.cassandra.cql3
 

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

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

Methods in org.apache.cassandra.db.marshal that return MapType
static
<K,V> MapType<K,V>
MapType.getInstance(AbstractType<K> keys, AbstractType<V> values)
           
static MapType<?,?> MapType.getInstance(TypeParser parser)
           
 



Copyright © 2013 The Apache Software Foundation