| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| com.datastax.driver.extras.codecs.date |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL temporal types and Java primitive types. |
| Modifier and Type | Method and Description |
|---|---|
static TypeCodec.PrimitiveLongCodec |
TypeCodec.bigint()
Return the default codec for the CQL type
bigint. |
static TypeCodec.PrimitiveLongCodec |
TypeCodec.counter()
Return the default codec for the CQL type
counter. |
static TypeCodec.PrimitiveLongCodec |
TypeCodec.time()
Return the default codec for the CQL type
time. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTimestampCodec
A
TypeCodec that maps CQL timestamps to Java primitive longs,
representing the number of milliseconds since the Epoch. |
Copyright © 2012–2017. All rights reserved.