Uses of Class
org.apache.cassandra.db.marshal.CollectionType
-
Packages that use CollectionType Package Description 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 Constructor Description Collection(CollectionType type)
-
Uses of CollectionType in org.apache.cassandra.db.marshal
Subclasses of CollectionType in org.apache.cassandra.db.marshal Modifier and Type Class Description class
ListType<T>
class
MapType<K,V>
class
SetType<T>
Methods in org.apache.cassandra.db.marshal that return types with arguments of type CollectionType Modifier and Type Method Description java.util.Map<java.nio.ByteBuffer,CollectionType>
TypeParser. getCollectionsParameters()
Methods in org.apache.cassandra.db.marshal with parameters of type CollectionType Modifier and Type Method Description protected abstract boolean
CollectionType. isCompatibleWithFrozen(CollectionType<?> previous)
A version of isCompatibleWith() to deal with non-multicell (frozen) collectionsboolean
ListType. isCompatibleWithFrozen(CollectionType<?> previous)
boolean
MapType. isCompatibleWithFrozen(CollectionType<?> previous)
boolean
SetType. isCompatibleWithFrozen(CollectionType<?> previous)
protected abstract boolean
CollectionType. isValueCompatibleWithFrozen(CollectionType<?> previous)
A version of isValueCompatibleWith() to deal with non-multicell (frozen) collectionsboolean
ListType. isValueCompatibleWithFrozen(CollectionType<?> previous)
boolean
MapType. isValueCompatibleWithFrozen(CollectionType<?> previous)
boolean
SetType. isValueCompatibleWithFrozen(CollectionType<?> previous)
Method parameters in org.apache.cassandra.db.marshal with type arguments of type CollectionType Modifier and Type Method Description static java.lang.String
TypeParser. stringifyCollectionsParameters(java.util.Map<java.nio.ByteBuffer,? extends CollectionType> collections)
-