Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.extras.codecs.jdk8 |
This package contains a collection of convenience
TypeCodec instances useful for serializing between CQL types and Java 8 types, such as the ones
from the java.time API and java.util.Optional . |
Modifier and Type | Class and Description |
---|---|
class |
SniSSLOptions |
Modifier and Type | Class and Description |
---|---|
class |
InstantCodec
|
class |
LocalDateCodec
|
class |
LocalDateTimeCodec
TypeCodec that maps LocalDateTime to CQL timestamp , allowing
the setting and retrieval of timestamp columns as LocalDateTime
instances. |
class |
LocalTimeCodec
|
class |
OptionalCodec<T>
A codec that wraps other codecs around JDK 8's
Optional API. |
class |
ZonedDateTimeCodec
TypeCodec that maps ZonedDateTime to CQL tuple<timestamp,varchar> , providing a pattern for maintaining timezone information in Cassandra. |
class |
ZoneIdCodec
|
Copyright © 2012–2023. All rights reserved.