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 DataType
driverType(AbstractType<?> abstractType)
Returns the Java DriverDataType
for 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 DriverDataType
for the C* internal type.
-
-