Uses of Class
org.apache.cassandra.cql3.functions.types.exceptions.CodecNotFoundException
-
Packages that use CodecNotFoundException Package Description org.apache.cassandra.cql3.functions.types Contains pieces of the Java Driver that are needed to handle data types in C* User-Defined-Functions/Aggregates. -
-
Uses of CodecNotFoundException in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that throw CodecNotFoundException Modifier and Type Method Description <T> TypeCodec<T>
CodecRegistry. codecFor(DataType cqlType)
<T> TypeCodec<T>
CodecRegistry. codecFor(DataType cqlType, com.google.common.reflect.TypeToken<T> javaType)
<T> TypeCodec<T>
CodecRegistry. codecFor(DataType cqlType, java.lang.Class<T> javaType)
-