Uses of Class
org.apache.cassandra.db.marshal.CollectionType
Packages that use CollectionType
-
Uses of CollectionType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return CollectionTypeConstructors in org.apache.cassandra.cql3 with parameters of type CollectionType -
Uses of CollectionType in org.apache.cassandra.db.marshal
Subclasses of CollectionType in org.apache.cassandra.db.marshalMethods in org.apache.cassandra.db.marshal that return types with arguments of type CollectionTypeMethods in org.apache.cassandra.db.marshal with parameters of type CollectionTypeModifier and TypeMethodDescriptionprotected 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 CollectionTypeModifier and TypeMethodDescriptionstatic StringTypeParser.stringifyCollectionsParameters(Map<ByteBuffer, ? extends CollectionType> collections)