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 classListType<T>classMapType<K,V>classSetType<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 booleanCollectionType. isCompatibleWithFrozen(CollectionType<?> previous)A version of isCompatibleWith() to deal with non-multicell (frozen) collectionsbooleanListType. isCompatibleWithFrozen(CollectionType<?> previous)booleanMapType. isCompatibleWithFrozen(CollectionType<?> previous)booleanSetType. isCompatibleWithFrozen(CollectionType<?> previous)protected abstract booleanCollectionType. isValueCompatibleWithFrozen(CollectionType<?> previous)A version of isValueCompatibleWith() to deal with non-multicell (frozen) collectionsbooleanListType. isValueCompatibleWithFrozen(CollectionType<?> previous)booleanMapType. isValueCompatibleWithFrozen(CollectionType<?> previous)booleanSetType. 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.StringTypeParser. stringifyCollectionsParameters(java.util.Map<java.nio.ByteBuffer,? extends CollectionType> collections)
-