Package org.apache.cassandra.utils
Class JavaDriverUtils
- java.lang.Object
-
- org.apache.cassandra.utils.JavaDriverUtils
-
public final class JavaDriverUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeCodec<java.lang.Object>codecFor(DataType dataType)static TypeCodec<java.lang.Object>codecFor(AbstractType<?> abstractType)static DataTypedriverType(AbstractType<?> abstractType)Returns the Java DriverDataTypefor the C* internal type.
-
-
-
Method Detail
-
codecFor
public static TypeCodec<java.lang.Object> codecFor(AbstractType<?> abstractType)
-
driverType
public static DataType driverType(AbstractType<?> abstractType)
Returns the Java DriverDataTypefor the C* internal type.
-
-