Uses of Class
org.apache.cassandra.cql3.functions.types.CodecRegistry
Packages that use CodecRegistry
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of CodecRegistry in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return CodecRegistryModifier and TypeMethodDescriptionprotected CodecRegistryTupleValue.getCodecRegistry()protected CodecRegistryUDTValue.getCodecRegistry()Register the given codecs with this registry.Register the given codec with this registry.Register the given codecs with this registry.Methods in org.apache.cassandra.cql3.functions.types with parameters of type CodecRegistryModifier and TypeMethodDescriptionstatic TupleTypeTupleType.of(ProtocolVersion protocolVersion, CodecRegistry codecRegistry, DataType... types) Creates a "disconnected" tuple type (you should preferMetadata#newTupleType(DataType...) cluster.getMetadata().newTupleType(...)whenever possible).static DataTypeDataTypeClassNameParser.parseOne(String className, ProtocolVersion protocolVersion, CodecRegistry codecRegistry)