| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| com.datastax.driver.dse.geometry.codecs |
| Modifier and Type | Method and Description |
|---|---|
static DataType.CustomType |
DataType.custom(String typeClassName)
Returns a Custom type.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeCodec<ByteBuffer> |
TypeCodec.custom(DataType.CustomType type)
Return a newly-created codec for the given CQL custom type.
|
| Modifier and Type | Field and Description |
|---|---|
static DataType.CustomType |
PolygonCodec.DATA_TYPE
The datatype handled by this codec.
|
static DataType.CustomType |
PointCodec.DATA_TYPE
The datatype handled by this codec.
|
static DataType.CustomType |
LineStringCodec.DATA_TYPE
The datatype handled by this codec.
|